
前面我们介绍了PHPMailer的使用方法和实例代码,有些朋友在使用的时候发现,发送中文邮件的时候,标题和内容中文都是乱码,这该如何解决呢?让我们先看一下之前给出的实例代码mail.php文件:<?phprequire'class.phpmailer.php';$mail=newPHPMailer;$mail->IsSMTP();//SetmailertouseSMTP$mail->Host='smtp1.example.com;smtp2.example.com';//Specifymainandbackupserver$mail->SMTPAuth=tru...