【发布时间】:2023-04-06 02:58:01
【问题描述】:
我想在用户注册时发送邮件,但出现此错误。
Failed to authenticate on SMTP server with username "*****" using 2 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 5.7.3 Authentication unsuccessful ". Authenticator NTLM returned Expected response code 235 but got code "535", with message "535 5.7.3 Authentication unsuccessful ".
我该如何解决这个问题?
这是我的邮件配置:
MAIL_DRIVER=smtp
MAIL_HOST=*****
MAIL_PORT=25
MAIL_USERNAME=****
MAIL_PASSWORD=****
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=covid19@sante.gouv.dj
【问题讨论】:
标签: laravel laravel-mail