问题描述
我正在运行AWS(爱尔兰)托管的nodejs服务器,并使用emailjs发送电子邮件。我使用的电子邮件帐户是一个Gmail帐户,我可以从本地机器发送电子邮件而没有任何问题,但电子邮件无法从生产服务器发送。
出站防火墙设置为允许所有端口上的所有通信。
我得到的错误消息是authorization.failed。
默认情况下,Gmail会阻止来自AWS的IP地址。
$ b 登录到本地gmail后,请访问以下URL。 / p>
验证您希望您的AWS服务器能够访问您的Gmail帐户后,您的服务器将被列入白名单。
I'm running a nodejs server hosted on AWS (Ireland) and using emailjs to send emails. The email account I'm using is a gmail account and I can send emails from my local machine without any issues, but the emails fail to send from the production server.
Outbound firewall is set to allow all traffic on all ports.
The error message I get is "authorization.failed".
Gmail blocks IP addresses from AWS by default.
After logging into gmail locally, visit the following URL.
https://accounts.google.com/DisplayUnlockCaptcha
Once you verify that you want your AWS server to be able to access your gmail account then your server will be whitelisted.
这篇关于为什么SMTP通过gmail在本地工作,但不在我的生产服务器上工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!