无法使用3个可能的验证器在用户名“ faiezahmed844@gmail.com”的SMTP服务器上进行验证

时间:2019-05-15 06:29:26

标签: laravel

无法使用3个可能的验证器在用户名“ faiezahmed844@gmail.com”的SMTP服务器上进行验证。身份验证器LOGIN返回了预期的响应代码235,但得到了代码“ 535”,并带有消息-535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCredentials u6sm1627561pfm.10 - gsmtp

验证者PLAIN返回了预期的响应代码235,但得到的代码为“ 535”,并显示消息-535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCredentials u6sm1627561pfm.10 - gsmtp

认证者XOAUTH2返回了预期的响应代码250,但得到的代码为“ 535”,并显示消息-535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCredentials u6sm1627561pfm.10 - gsmtp

1 个答案:

答案 0 :(得分:0)

检查您的电子邮件配置并生成Gmail应用密码。

MAIL_DRIVER=smtp
MAIL_HOST=smtp.googlemail.com
MAIL_PORT=465
MAIL_USERNAME=ENTER_YOUR_GMAIL_USERNAME // Gmail mail iD
MAIL_PASSWORD=ENTER_YOUR_GMAIL_PASSWORD // Gmail App generated password
MAIL_ENCRYPTION=ssl

点击下面的链接以生成应用密码。

https://support.google.com/mail/answer/185833?hl=en