Page 1 of 1

Encoding of email messages

Posted: 17 Feb 2005, 17:02
by antony
Hello,

I am having problems with emails which mantis sends. The emails are coming in UTF-8 encoding, but my email client does not support it.

I have tried to add a line to /core/email-api.php (in the function email_send):

iconv("UTF-8", "СP1251", $t_message);

But that doesn't seem to work.

Thanks,

antony[at]mathwave.com