通过Laravel 5.1发送电子邮件时出错

时间:2016-02-21 17:32:07

标签: php email laravel gmail

当我尝试通过运行Laravel 5的网站发送电子邮件时,我遇到了这个例外:

Expected response code 250 but got code "535", with message "535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8 https://support.google.com/mail/answer/14257 l140sm14142372oig.11 -  gsmtp

这是我的env配置

MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=example@gmail.com
MAIL_PASSWORD=example
MAIL_ENCRYPTION=tls

代码适用于本地和其他网站,但不适用于新主机上的新网站。我允许从不太安全的应用程序访问。可能有什么问题?

1 个答案:

答案 0 :(得分:0)

G-Mail可能不喜欢连接它的第三方应用程序。

如果您确定凭据正确无误,那么visit this link to check if you need to approve the application