Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Can't see option for "Force the encoding used for messages" in SMTP tab of delivery

Avatar

Level 2

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!! 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @ithrewmypiefory,

 

could you check with your DB team if your database is unicode?

You have visibility condition (marked):

<container type="visibleGroup" visibleIf="EV(@messageType, 'mail') and IsUnicode()"

 

Check how to switch to Unicode on https://docs.adobe.com/content/help/en/campaign-classic/using/monitoring-campaign-classic/updating-a...

 

Regards,
Milan

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @ithrewmypiefory,

 

could you check with your DB team if your database is unicode?

You have visibility condition (marked):

<container type="visibleGroup" visibleIf="EV(@messageType, 'mail') and IsUnicode()"

 

Check how to switch to Unicode on https://docs.adobe.com/content/help/en/campaign-classic/using/monitoring-campaign-classic/updating-a...

 

Regards,
Milan