这是第一次配置邮件发送密码重置。我检查的安全性较低。我收到此错误
Expected response code 250 but got code "530", with message "530 5.7.0
Must issue a STARTTLS command first. g63sm30213782wme.11 - gsmtp"
这是我的配置
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=hmshafik10@gmail.com
MAIL_PASSWORD=***********
MAIL_ENCRYPTION=tls
更新 试图在config / mail.php中使用set mail数据。现在我收到此错误
Expected response code 250 but got code "530", with message "530-5.5.1
Authentication Required. Learn more at 530 5.5.1
https://support.google.com/mail/?p=WantAuthError u189sm6330267wmg.18 - gsmtp"
答案 0 :(得分:0)
也可能是你实际上没有从.env文件中获取这些变量。
编辑.env文件时,必须使用
清除缓存php artisan cache:clear
如果您使用
运行应用程序,最好的办法就是重启应用程序php artisan serve
然后停止并重新运行