English Support Forum
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
Hi there,
please try to change misterestate.php at line 638 from:
to:
best regards
please try to change misterestate.php at line 638 from:
Code:
$header = 'From: '.$email."\r\n" . 'Reply-To: '.$email."\r\n" . 'X-Mailer: PHP/'.phpversion();
to:
Code:
$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




