How to send utf8 subject using phpmailer in php

by sabitha 2012-06-05 18:10:16

How to send utf8 subject using phpmailer in php



$mysubject= "=?utf-8?b?".base64_encode($subject)."?=";
$mail = new PHPMailer();
$mail->Subject = $mysubject;

Tagged in:

946
like
0
dislike
0
mail
flag

You must LOGIN to add comments