Encoding of email messages

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
antony

Encoding of email messages

Post 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
Post Reply