UTF8 chars in subject

View: New views
2 Messages — Rating Filter:   Alert me  

UTF8 chars in subject

by tyju tiui :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am putting some Japanese text in the subject of an outbound email and it is showing up as grabage.
Is there any PHP mailer magic to help with this?

Thanks,

Ty



     

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Phpmailer-general mailing list
Phpmailer-general@...
https://lists.sourceforge.net/lists/listinfo/phpmailer-general

Parent Message unknown Re: UTF8 chars in subject

by tyju tiui :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry for replying to my own question but I just found the answer staring at me in the docs:

$mail = new PHPMailer();
$mail->CharSet = 'UTF-8';



----- Original Message ----
From: tyju tiui <jckdnk111@...>
To: phpmailer-general@...
Sent: Tue, October 20, 2009 3:51:17 PM
Subject: UTF8 chars in subject

Hi,

I am putting some Japanese text in the subject of an outbound email and it is showing up as grabage.
Is there any PHP mailer magic to help with this?

Thanks,

Ty


     

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Phpmailer-general mailing list
Phpmailer-general@...
https://lists.sourceforge.net/lists/listinfo/phpmailer-general