欢迎访问我的独立博客

PHPMailer 使用 中文乱码

WordPress在用。
You'll find plenty more to play with in the examples folder.
中文乱码问题:
$mail->CharSet = "utf-8"; //设置字符集编码
SMTP ERROR: Password command failed: 535 Error: 请使用授权码登录
这个要用跟域名后缀相同的发件人才行。
QQ企业邮箱$mail->Host = 'smtp.exmail.qq.com';
//QQ邮箱//$mail->Host = 'smtp.qq.com';
另外最好用tls和587,不要用ssl和465
posted @ 2017-08-18 17:40  github.com/starRTC  阅读(278)  评论(0编辑  收藏  举报