PHPMailer发送邮件 SMTP Error: Could not authenticate 错误
phpmailer报错SMTP Error: Could not authenticate/var/log/maillog中报错SASL LOGIN authentication failed: UGFzc3dvcmQ6foxmail可以正常使用,但是phpmailer就不行我的解决方式是:class.phpmailer.php文件中将smtp改为SMTP,改之前我以为没戏,没想到还真行了publ