在使用Laravel5的Auth:ResetsPasswords找回密碼功能時報錯以下:php
Failed to authenticate on SMTP server with username XXX@qq.com using 1 possible authenticators**
後來發現是配置緣由,由於使用的是QQ郵箱,須要在QQ郵箱中配置開啓smtp設置spa
1.在QQ郵箱中[設置]->[帳戶] 中打開POP3/SMTP服務 3d
2.Laravel中修改.env文件 配置mail信息code
3.在/config/mail.php中配置郵件發送人名稱和地址server
4.而後嘗試點下密碼重置blog
OK