Welcome Guest, Not a member yet? Register   Sign In
E-Mail Encoding Problem
#4

Hey Waschi,

The 3E's in your email are encoded '>' characters. So for some reason your character's are converted to another encoding.

There are a couple of things you could check or do to avoid conversion problems:
1. use your editor to check if your file has the right encoding. If you want to send an utf-8 encoded html email, the file encoding has to be utf-8 encoded.
2. to avoid all sorts of vage problems in email clients, you should at least send your html email as a website (as explained in the user manual). With html, head and body tags etc. Be sure that your not using relative links.
3. if you set the mail_type to 'html', use the config to specify which encoding you want to use.

Hope this helps!

-Roger
Reply


Messages In This Thread
E-Mail Encoding Problem - by Waschi - 10-05-2016, 02:15 AM
RE: E-Mail Encoding Problem - by InsiteFX - 10-05-2016, 07:50 AM
RE: E-Mail Encoding Problem - by Wouter60 - 10-05-2016, 08:45 AM
RE: E-Mail Encoding Problem - by RogerMore - 10-06-2016, 03:05 AM
RE: E-Mail Encoding Problem - by Waschi - 10-11-2016, 07:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB