PHPMailer 使用 中文乱码

来源:互联网 发布:网络映射计算机名 编辑:程序博客网 时间:2024/05/01 04:39
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


https://github.com/PHPMailer/PHPMailer
原创粉丝点击