我正在尝试在laravel 5.1中发送电子邮件 但它给了我一个错误。
AbstractSmtpTransport.php第383行中的Swift_TransportException: 预期的响应代码250,但得到代码" 530",带有消息" 530-5.5.1需要验证。了解更多信息 530 5.5.1 https://support.google.com/mail/?p=WantAuthError o1sm938569pgf.63 - gsmtp " 以下是我的.env配置
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME= <my gmail email id>
MAIL_PASSWORD= < my gmail password > // here i also try the app password which one created in 2 Step verificaton
MAIL_ENCRYPTION=tls
我尝试了两步验证,https://www.google.com/settings/security/lesssecureapps也试用了。但仍然得到错误
任何人都可以帮助我吗?