Get your own customer support community
 

Encoding of e-mail notifications

As I understand, most of Unicode related issues have been solved recently. Also, into the text part of messages all necessary links were included. But after all that we now have another one problem. In the sources of notification e-mails subject and plain text body are declared as iso-8859-1, but actually they are in Unicode.

"""
Content-type: text/html; charset=iso-8859-1;
"""

For the text/html part of the messages encoding is specified correctly as UTF-8.
Inappropriate?
3 people have this problem

User_default_medium