Thanks for the follow-up.Hmm. Well, I think you should have Herv
=C3=A9, that is the correct method of encoding the
E9 character
é. However, in your screenshot I see a mixture of
=C3=A9 and
=E9, which leads me to think that your original string is a mixture of character encodings
( i.e. not a valid UTF-8 string in its entirety ), and thus, PHP is choking on some of your
é characters. Short of that, I suppose it could be a bug in PHP, what version of PHP are you running, and was it compiled with mbstring support?
To test this, create this file and open it in a browser please.
<?php phpinfo(); ?>Also, what browser was used to enter the email body that you configured?
See:
http://tyenki.com/thoughts/tag/character-encoding/