require dirname(__FILE__).’/PHPMailerAutoload.php’;
$mail = new PHPMailer;
$mail->CharSet=”utf-8″;
原因是:class.phpmailer.php 里面 有 $is_utf8 = (strtolower($this->CharSet) == ‘utf-8’); 判断是否是utf-8编码的邮件
require dirname(__FILE__).’/PHPMailerAutoload.php’;
$mail = new PHPMailer;
$mail->CharSet=”utf-8″;
原因是:class.phpmailer.php 里面 有 $is_utf8 = (strtolower($this->CharSet) == ‘utf-8’); 判断是否是utf-8编码的邮件
http://bbs.zb7.com/thread-3007-1-1.html
发送邮件不成功的话,去检查data/log 下的 xxx__SMTP.php文件内容XXX是本月的日期
163网易邮件系统有个客户端授权码,那个才是smtp的登录密码!!!!