Microsoft Azure 中自定义域的电子邮件设置

Email settings for custom domain in Microsoft Azure

我想为我在 Microsoft Azure 中购买的自定义域设置一个邮箱。为此,我将 Zoho Mail 配置为自定义域的邮箱。现在我应该配置电子邮件发送设置。 Zoho 说 -

You need to configure the MX records of your domain in the DNS hosting provider (DNS Manager) to start receiving email to the users and groups created. You change the email service provider of the domain, only after this critical step.

我在哪里可以找到 Microsoft Azure 中 Web 应用程序的电子邮件服务器设置? Microsoft Azure 甚至支持这种东西吗?请帮忙,谢谢。

从这里开始。通读文章

https://azure.microsoft.com/en-us/documentation/articles/cloud-services-custom-domain-name/

您必须从 Azure 门户的 DNS 管理部分添加 MX 记录。

您现在可能已经明白了这一点,但这可能对其他人有用。

在 Azure 中导航到您的应用服务。在设置部分 select 自定义域。 Select 您的域名,然后单击“高级管理”按钮。这会将您带到 Azure 域管理器,您可以在其中再次 select 您的域名。在设置图标下,您可以 select 管理 DNS,您可以在此处添加 CNAME 和 MX 详细信息。

以下是为 Zoho 的 DNS 区域添加 TXT 验证的方法:

  1. 单击 +Record set 按钮
  2. Select TXTType 下拉列表中
  3. @放入"Name"字段
  4. 将您的 Zoho TXT 验证值复制并粘贴到 "Value" 字段

Zoho 验证值如下所示: zoho-验证=XXYYYYYYYY.zmverify.zoho.com

引自zoho.com/cpanel/verify

You may have to wait for at least an hour for the changes to take effect in the DNS Servers. After an hour or two, log in to your Zoho Mail Control Panel and click Verify.