Skip to content

Commit c868cf5

Browse files
Making changes per Bala's request
1 parent 9b27652 commit c868cf5

File tree

1 file changed

+10
-32
lines changed

1 file changed

+10
-32
lines changed

articles/communication-services/quickstarts/email/add-custom-verified-domains.md

Lines changed: 10 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ ms.service: azure-communication-services
1212
---
1313
# Quickstart: How to add custom verified domains to Email Communication Service
1414

15-
In this quick start, you'll learn about how to add a custom domain and verify in Azure Communication Services to send email.
15+
In this quick start, you learn about how to add a custom domain and verify in Azure Communication Services to send email.
1616

1717
## Prerequisites
1818

1919
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet/).
2020
- An Azure Email Communication Services Resource created and ready to provision the domains [Get started with Creating Email Communication Resource](../../quickstarts/email/create-email-communication-resource.md)
2121

2222
## Provision custom domain
23-
To provision a custom domain you need to
23+
To provision a custom domain, you need to:
2424

2525
* Verify the custom domain ownership by adding TXT record in your DNS.
2626
* Configure the sender authentication by adding SPF and DKIM records.
@@ -32,15 +32,15 @@ To provision a custom domain you need to
3232
- (Option 1) Click the **Setup** button under **Setup a custom domain**. Move to the next step.
3333

3434

35-
:::image type="content" source="./media/email-domains-custom.png" alt-text="Screenshot that shows how to setup a custom domain.":::
35+
:::image type="content" source="./media/email-domains-custom.png" alt-text="Screenshot that shows how to set up a custom domain.":::
3636

3737
- (Option 2) Click **Provision Domains** on the left navigation panel.
3838

3939
:::image type="content" source="./media/email-domains-custom-navigation.png" alt-text="Screenshot that shows the navigation link to Provision Domains page.":::
4040

4141
- Click **Add domain** on the upper navigation bar.
4242
- Select **Custom domain** from the dropdown.
43-
3. You'll be navigating to "Add a custom Domain".
43+
3. Navigate to "Add a custom Domain".
4444
4. Enter your "Domain Name" and re enter domain name.
4545
5. Click **Confirm**
4646

@@ -50,7 +50,7 @@ To provision a custom domain you need to
5050

5151
:::image type="content" source="./media/email-domains-custom-add-confirm.png" alt-text="Screenshot that shows how to add a custom domain of your choice.":::
5252

53-
8. This will create custom domain configuration for your domain.
53+
8. A custom domain configuration is created for your domain.
5454

5555
:::image type="content" source="./media/email-domains-custom-add-progress.png" alt-text="Screenshot that shows the progress of custom domain Deployment.":::
5656

@@ -61,14 +61,14 @@ To provision a custom domain you need to
6161
10. If you would like to resume the verification later, you can click **Close** and resume the verification from **Provision Domains** by clicking **Configure** .
6262

6363
:::image type="content" source="./media/email-domains-custom-configure.png" alt-text="Screenshot that shows the added domain ready for verification in the list of provisioned domains." lightbox="media/email-domains-custom-configure-expanded.png":::
64-
11. Clicking **Verify Domain** or **Configure** will navigate to "Verify Domain via TXT record" to follow.
64+
11. Clicking **Verify Domain** or **Configure** navigates to "Verify Domain via TXT record" to follow.
6565

6666
:::image type="content" source="./media/email-domains-custom-verify.png" alt-text="Screenshot that shows the Configure link that you need to click to verify domain ownership." lightbox="media/email-domains-custom-verify-expanded.png":::
6767

6868
12. You need add the above TXT record to your domain's registrar or DNS hosting provider. Click **Next** once you've completed this step.
6969

7070
13. Verify that TXT record is created successfully in your DNS and Click **Done**
71-
14. DNS changes will take up to 15 to 30 minutes. Click **Close**
71+
14. DNS changes take up to 15 to 30 minutes. Click **Close**
7272

7373
:::image type="content" source="./media/email-domains-custom-verify-progress.png" alt-text="Screenshot that shows the domain verification is in progress.":::
7474
15. Once your domain is verified, you can add your SPF and DKIM records to authenticate your domains.
@@ -90,43 +90,21 @@ To provision a custom domain you need to
9090

9191
:::image type="content" source="./media/email-domains-custom-spf-dkim-verify.png" alt-text="Screenshot that shows the DNS records that you need to add for S P F and D K I M.":::
9292

93-
4. DNS changes will take up to 15 to 30 minutes. Click **Close**
93+
4. DNS changes take up to 15 to 30 minutes. Click **Close**
9494

9595
:::image type="content" source="./media/email-domains-custom-spf-dkim-verify-progress.png" alt-text="Screenshot that shows that the sender authentication verification is in progress.":::
9696

9797
5. Wait for Verification to complete. You can check the verification status from **Provision Domains** page.
9898

9999
:::image type="content" source="./media/email-domains-custom-verification-status.png" alt-text="Screenshot that shows that the sender authentication verification is done." lightbox="media/email-domains-custom-verification-status-expanded.png":::
100100

101-
6. Once your sender authentication configurations are successfully verified, your email domain will be ready to send emails using custom domain.
101+
6. Once your sender authentication configurations are successfully verified, your email domain is ready to send emails using custom domain.
102102

103103
:::image type="content" source="./media/email-domains-custom-ready.png" alt-text="Screenshot that shows that your verified custom domain is ready to send Email." lightbox="media/email-domains-custom-ready-expanded.png":::
104104

105105
## Changing MailFrom and FROM display name for custom domains
106106

107-
When Custom Domain is provisioned to send mail, it has default Mail from address as [email protected] and the FROM display name would be the same. You'll able to configure and change the Mail from address and FROM display name to more user friendly value.
108-
109-
1. Go the overview page of the Email Communications Service resource that you created earlier.
110-
2. Click **Provision Domains** on the left navigation panel. You'll see list of provisioned domains.
111-
3. Click on the Custom Domain name that you would like to update.
112-
113-
:::image type="content" source="./media/email-domains-custom-provision-domains.png" alt-text="Screenshot that shows how to get to overview page for verified Custom Domain from provisioned domains list.":::
114-
115-
4. The navigation lands in Domain Overview page where you'll able to see Mailfrom and From attributes.
116-
117-
:::image type="content" source="./media/email-domains-custom-overview.png" alt-text="Screenshot that shows the overview page of the verified custom domain." lightbox="media/email-domains-custom-overview-expanded.png":::
118-
119-
5. Click on edit link on MailFrom
120-
121-
:::image type="content" source="./media/email-domains-custom-mailfrom.png" alt-text="Screenshot that shows how to edit Mail From and display name for custom domain email address.":::
122-
123-
6. You'll able to modify the Display Name and MailFrom address.
124-
125-
:::image type="content" source="./media/email-domains-custom-mailfrom-change.png" alt-text="Screenshot that shows that how to modify the Mail From and display name values.":::
126-
127-
7. Click **Save**. You'll see the updated values in the overview page.
128-
129-
:::image type="content" source="./media/email-domains-overview-updated.png" alt-text="Screenshot that shows that how to save the modified values of Mail From and display name." lightbox="media/email-domains-overview-updated-expanded.png":::
107+
You can optionally configure your MailFrom address to be something other than the default DoNotReply, and also add more than one sender username to your domain. To understand how to configure your sender address, see how to [add multiple sender addresses](add-multiple-senders.md).
130108

131109
**Your email domain is now ready to send emails.**
132110

0 commit comments

Comments
 (0)