【发布时间】:2017-09-02 20:31:08
【问题描述】:
这是第一次配置邮件发送密码重置。我检查了不太安全的活动。我收到此错误
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 中使用设置邮件数据。现在我收到此错误
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"
【问题讨论】: