Guru needed
We can't see option for "Force the encoding used for messages" in SMTP tab of delivery. (Delivery properties --> SMTP).
The input schema for nms delivery has not been modified (to our knowledge) and the XML for @forcecodepage is as below. Could one of the "visibleIf" constraints be causing the issue. How could we check for that?
Any other ideas why we can't see this on our email delivery template? On the SMTP tab we can see the bounce mails section and additional smtp headers section.
<!--[of]:SMTP-->
<container label="SMTP" propagateConstraints="false" visibleIf="EV(@messageType, 'mail') and EV(@deliveryMode, 'external', 'descriptive')=false">
<container type="visibleGroup" visibleIf="EV(@messageType, 'mail') and IsUnicode()"
xpath="advancedParameters">
<container label="Character encoding" type="frame">
<input useDesc="true" xpath="@forceCodepage"/>
<container type="visibleGroup" visibleIf="@forceCodepage">
<input xpath="@codepage"/>
</container>
</container>
</container>
Please HELP!!