PDA

View Full Version : e-mail notification Content-Type


Corsar
24-10-2005, 19:06
Hi ppl!

I am set text for e-mail notification at my language (russian).
Data in SQL saved at html, like: Полная фигня

In Web-frontend i see this text good, locale is right, but in e-mail, i see Полная фигня

I think what problem is in unset right Content-Type in e-mail header (like text/html).

It's true?

nevzorofff
24-10-2008, 07:47
Hi ppl!

I am set text for e-mail notification at my language (russian).
Data in SQL saved at html, like: Полная фигня

In Web-frontend i see this text good, locale is right, but in e-mail, i see Полная фигня

I think what problem is in unset right Content-Type in e-mail header (like text/html).

It's true?
1. Save database in UTF8 and apply this patch, http://www.zabbix.com/forum/attachment.php?attachmentid=1438&d=1219828101.

2. In my.cnf set default_character_set=cp1251

and all will be ok.