swift mailer注冊(cè)時(shí)提示如下。用的qq郵箱,smtp服務(wù)已開(kāi)啟。
Failed to authenticate on SMTP server with username "164045007@qq.com" using 1 possible authenticators
Failed to authenticate on SMTP server with username "164045007@qq.com" using 1 possible authenticators
2016-08-01
舉報(bào)
2016-09-13
你需要開(kāi)啟ssl模式 ?在php配置文件里找到;extension = php_openssl.dll然后去掉;
在然后你需要設(shè)置$transport = Swift_SmtpTransport::newInstance('smtp.qq.com', 465, 'ssl');
端口465 模式ssl?
在這里設(shè)置你的郵箱信息
$transport->setUsername('xxxxxxxxxxxxxx@qq.com')->setPassword('將得到授權(quán)碼填入');
還有問(wèn)題找我QQ
2017-01-31
非常感謝!
2016-08-04
你的郵箱沒(méi)有開(kāi)啟smtp服務(wù)。
你在郵箱設(shè)置-賬戶(hù)那里開(kāi)啟smtp服務(wù)就可以發(fā)送郵件了