发送地址错误:xxxx@163.com : MAIL FROM command failed,553,,authentication is required,smtp2,DNGowEDpSVC4lxtV34ktAA–.33S2 1427871673
解决方法:
/**
* Whether to use SMTP authentication.
* Uses the Username and Password properties.
* @type boolean
* @see PHPMailer::$Username
* @see PHPMailer::$Password
*/
public $SMTPAuth = false;
设置 $SMTPAuth = true
未经允许不得转载:开心乐窝-乐在其中 » PHPmailer 发送错误MAIL FROM command failed,553,,authentication is required,smtp2