


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.
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.
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
Views
Replies
Sign in to like this content
Total Likes
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.
hope it works.
Regards,
Badr.