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

Display unicode font #440

Closed
johnsmeeth opened this issue Jun 16, 2015 · 4 comments
Closed

Display unicode font #440

johnsmeeth opened this issue Jun 16, 2015 · 4 comments

Comments

@johnsmeeth
Copy link

Dear sir.
I just try phpmailer with smtp type. but on receive email, it's content cannot read because font error (utf-8)

@Synchro
Copy link
Member

Synchro commented Jun 16, 2015

Please post your code and an example of a mis-encoded message.

@johnsmeeth
Copy link
Author

my code:
http:https://pastebin.com/raw.php?i=MMvsiHrY

Error email:
loifont

@Synchro
Copy link
Member

Synchro commented Jun 16, 2015

You are missing:

$mail->CharSet = 'utf-8';

@johnsmeeth
Copy link
Author

Many thank @Synchro . it's done.

@johnsmeeth johnsmeeth changed the title Error display unicode font Display unicode font Jun 16, 2015
@Synchro Synchro closed this as completed Jun 16, 2015
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

2 participants