Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codepage #2

Open
karanikn opened this issue Jan 21, 2021 · 1 comment
Open

Codepage #2

karanikn opened this issue Jan 21, 2021 · 1 comment

Comments

@karanikn
Copy link

Καλησπέρα,
Σε μερικούς client πανε με "κινέζικους" χαρακτήρες (ΕΛΛΗÎΙΚÎ') τα Ελληνικά.
Σε gmail φαινονται κανονικά.

Εχει να κάνει με την αποστολη ισως αν το στέλνει UTF8? HTML or text?

@karanikn
Copy link
Author

karanikn commented Jan 21, 2021

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';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant