You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok
θέλει στην γραμμή 107 του submit.php να γινει
$headers .= 'Content-type: text/html; charset=UTF8' . "\r\n";
απο
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
και το στην γραμμή 47 του class.phpmailer.php να γίνει
public $CharSet = 'UTF8';
από
public $CharSet = 'iso-8859-1';
Καλησπέρα,
Σε μερικούς client πανε με "κινέζικους" χαρακτήρες (ΕΛΛΗÎΙΚÎ') τα Ελληνικά.
Σε gmail φαινονται κανονικά.
Εχει να κάνει με την αποστολη ισως αν το στέλνει UTF8? HTML or text?
The text was updated successfully, but these errors were encountered: