English Support Forum

icon
Avatar
diasb2bk
Posts: 1
Im using the latest edition 1.6 with greek translation when an email is sent the email is in not good encoding (not utf-8) and the email i recieve is in hyreglyphics( :) ), is there any fix for that?
25.09.2009 21:24
Avatar
admin
Moderator
Posts: 885
Hi there,

please try to change misterestate.php at line 638 from:
iconCode:
$header =  'From: '.$email."\r\n"
. 'Reply-To: '.$email."\r\n"
. 'X-Mailer: PHP/'.phpversion();

to:
iconCode:
$header =  'From: '.$email."\r\n"
. 'Reply-To: '.$email."\r\n"
. 'Content-type: text/html; charset=utf-8'."\r\n"
. 'X-Mailer: PHP/'.phpversion();


best regards
[Last edited by admin, 29.09.2009 15:01]
29.09.2009 15:01
icon