SES 端口在 GCP 中被阻止
SES port is blocked in GCP
我有一个托管在 GCP 计算机上的应用程序。
此应用程序应该通过 AWS SES 服务发送邮件。
根据我在 GCP 文档中看到的内容,所有默认 SMTP 端口在 GCP 计算机中都被阻止。
是否可以取消阻止其中一个端口或使用另一个端口发送邮件?
谢谢,
玛雅
使用 2587 端口而不是 587。http://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-connect.html#smtp-connect-starttls
看amazon SES on Google Cloud Computing instance VM using postfix
2525端口畅通,各大厂商均支持2525 smtp端口
我有一个托管在 GCP 计算机上的应用程序。 此应用程序应该通过 AWS SES 服务发送邮件。
根据我在 GCP 文档中看到的内容,所有默认 SMTP 端口在 GCP 计算机中都被阻止。
是否可以取消阻止其中一个端口或使用另一个端口发送邮件?
谢谢, 玛雅
使用 2587 端口而不是 587。http://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-connect.html#smtp-connect-starttls
看amazon SES on Google Cloud Computing instance VM using postfix
2525端口畅通,各大厂商均支持2525 smtp端口