gpt4 book ai didi

laravel - 无法使用用户名 "apikey"在 SMTP 服务器上进行身份验证

转载 作者:行者123 更新时间:2023-12-04 11:30:59 26 4
gpt4 key购买 nike

当我尝试通过 laravel 6 中的 sendgrid 发送邮件时出现此错误:

Failed to authenticate on SMTP server with username "apikey" using 2 possible authenticators. Authenticator LOGIN returned Expected response code 250

我的.env:
MAIL_DRIVER=smtp
MAIL_HOST=smtp.sendgrid.net
MAIL_PORT=587
MAIL_USERNAME=apikey
MAIL_PASSWORD=***** (my key copied from sendgrid)
MAIL_ENCRYPTION=tls

最佳答案

我遇到了同样的问题,我通过在 Base64 中编码 APIKEY 来解决它。

这里有更多帮助:https://sendgrid.com/docs/API_Reference/SMTP_API/getting_started_smtp.html#-Sending-a-test-SMTP-email-with-Telnet

关于laravel - 无法使用用户名 "apikey"在 SMTP 服务器上进行身份验证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58863045/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com