Charset in PHPMailer
Автор: Jano M.
Просмотрено 3094,
Подписчики 1,
Размещенный 0
Is it possible to change charset in PHPMailer to UTF-8?
Размещено
Is it possible to change charset in PHPMailer to UTF-8?
you mean it is not utf-8 ?
------------------------------------------------------------
Good Luck
I also have problems with PHPMailer. Norwegian æ, ø and å doesn't show right.
æ = æ
ø = ø
å = å
Forget previous post!
Itdisplayeslike:
Påmelding via nett -> PÃ¥melding via nett..
Hello Jano and Bjorn,
Did you verify if the email client is using a different encoding to display them?
If you change email script type does the letters appears correctly in the emails?
Many thanks!
Автор
Hello Claudio,
Problem is in php script line 47 - charset is iso-8859-1
Is thissomething Ican fix?
Автор
Yes, you can fix it. Open ftp server with your site, open "res" folder and download file "class.phpmailer.php". Open it in text/php editor and rewrite 'iso-8859-1' to 'UTF-8'. Save the file and upload it to "res" folder.
That's all
It isfixed inthe latest update