Hello
I came to know that vBulletin sends email notifications (new user registered, PM received, thread subscruptions, etc) in UTF-8 encoding. It simply adds a header to email message.
I need the notifications to be sent in windows-1251 encoding. I found 2 files responsible for that:
/includes/functions.php
/admincp/diagnostic.php
What should I do to make my forum send e-mail in correct encoding.
Version: 3.0.5
THank you
I came to know that vBulletin sends email notifications (new user registered, PM received, thread subscruptions, etc) in UTF-8 encoding. It simply adds a header to email message.
I need the notifications to be sent in windows-1251 encoding. I found 2 files responsible for that:
/includes/functions.php
/admincp/diagnostic.php
What should I do to make my forum send e-mail in correct encoding.
Version: 3.0.5
THank you
Comment