【问题标题】:Is it possible to set MX records to receive emails in Google App Engine?是否可以设置 MX 记录以在 Google App Engine 中接收电子邮件?
【发布时间】:2019-01-18 15:19:56
【问题描述】:

我使用文档 (https://cloud.google.com/appengine/docs/standard/python/mail/receiving-mail-with-mail-api) 创建了一个使用 Google App Engine 接收电子邮件的应用程序。

我想使用我的自定义域接收电子邮件。 mx 设置应该是什么?谁能帮我?提前致谢。

【问题讨论】:

  • 您应该使用第三方电子邮件服务提供商(例如 Sendgrid)在您的 GAE 应用程序中接收电子邮件。 GAE 提供的电子邮件服务非常有限。

标签: google-app-engine google-cloud-platform google-email-settings-api


【解决方案1】:

我从未为 App Engine 配置 MX 记录。但是,Internet 邮件不知道也不关心 App Engine。

您的 MX 记录将如下所示:

Type: MX
TTL: 86400
Preference: 10
mail server: Public IP address of your instance or the domain name.

【讨论】:

    【解决方案2】:

    email forwarding 是注册商和邮件服务器的一项功能,如果没有先设置邮件服务器,您无法在 GCP 中进行设置。如果您使用免费的 Gmail 服务来管理电子邮件,请check this tutorial 了解如何与一些已知的注册商联系。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-06-10
      • 1970-01-01
      • 2015-04-26
      • 1970-01-01
      • 1970-01-01
      • 2014-07-28
      • 2018-08-02
      相关资源
      最近更新 更多