Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!

Content Type set on send

Avatar

Level 2

Does anyone know the content-type that is set in header by AC on send? Our ht,l is set to UTF-8, but we do find some mail clients displaying odd characters. 

3 Replies

Avatar

Level 4

Hi,

if your html code have this code : <meta charset="UTF-8"> means that will just work on browsers that support HTML5,

you need to have this : <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

Thanks,

Badr.

Avatar

Level 2

Thanks Badr, yes this is how ours is structured.  My understanding is that ESPs set the content-type in header on send, and that we should make sure that the content-type set by the software is the same as what we place the email. Does Adobe Campaign use utf-8?

Content-Type Character Encoding in HTML Email | Setting Content-Type

Avatar

Level 4

Hi,

Try this :

In the delivery go to propreties, then to SMTP, you will find Character encoding, check the checkbox there and select in the dropdown list UTF-8.

1794837_pastedImage_0.png

hope it works.

Regards,

Badr.