Diferior CMS on steroids
+1480 / 2338693 ( online 7 )

Small fix for non-english verification m...


Avatar
Forum posts: 9
ZigmunD (Junior member) @ 09 03 10 - 04:45:13
Some mail programs dosn't dispay non-english character correctly if there is no character encoding mail headers, but Diferior dosn't set such headers.

If you have such problems, replace two lines (#357 & #513) in functions/user.php with:
mail ( $email, $mail_subject, $mail_body, 'From: '. MAIL_FROM .„\r\nReply-To: “. ADMIN_EMAIL .„\r\nX-Mailer: “. PAGE_NAME .' mailer' .„\r\nContent-Type: text/plain; charset=\“UTF-8\"" );

PS. Sorry for my English, I'm russian. 8)
Avatar
Blog posts: 11
Added downloads: 2
Comments: 18
Forum posts: 573
UnrealX (Lead code monkey) @ 09 03 10 - 13:19:47
Thanks for the tip, I'll include this in the next version (you will be credited of course) ;)
Avatar
Forum posts: 9
ZigmunD (Junior member) @ 09 03 11 - 03:53:01
Heh... nevermind :shy: