Skip to content

Commit 41aee8a

Browse files
authored
Update add-multiple-senders.md
1 parent f98966e commit 41aee8a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/communication-services/quickstarts/email/add-multiple-senders.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to add and remove Multiple Sender Addresses to Email Communication Service
33
titleSuffix: An Azure Communication Services quick start guide
4-
description: Learn about how to add mutiple sender address to Email Communication Services.
4+
description: Learn about how to add multiple sender address to Email Communication Services.
55
author: bashan-git
66
manager: sundraman
77
services: azure-communication-services
@@ -23,45 +23,45 @@ In this quick start, you'll learn about how to provision the Azure Managed domai
2323
- An [Azure Managed Domain](../../quickstarts/email/add-azure-managed-domains.md) or [Custom Domain](../../quickstarts/email/add-custom-verified-domains.md) provisioned and ready.
2424

2525
## Creating multiple sender usernames
26-
When Email Domain is provisioned to send mail, it has default Mail From address as [email protected] or
27-
if you have configured custom domain such as "notification.azuremails.net" the default Mail from address as "[email protected]" added to mailfrom address. You'll able to configure and add addtional Mail from address and FROM display name to more user friendly value.
26+
When Email Domain is provisioned to send mail, it has default MailFrom address as [email protected] or
27+
if you have configured custom domain such as "notification.azuremails.net" then the default MailFrom address as "[email protected]" added. You'll able to configure and add additional MailFrom addresses and FROM display name to more user friendly value.
2828

2929
1. Go the overview page of the Email Communications Service resource that you created earlier.
3030
2. Click **Provision Domains** on the left navigation panel. You'll see list of provisioned domains.
3131
3. Click on the one of the provisioned domains.
3232

3333
:::image type="content" source="../../quickstarts/email/media/email-provisioned-domains.png" alt-text="Screenshot that shows Domain link in list of provisioned email domains." lightbox="../../quickstarts/email/media/email-provisioned-domains-expanded.png":::
3434

35-
4. The navigation lands in Domain Overview page. Click on **MailFrom addresses** link in left navigation. You'll able to see the default donotreply in MailFrom addresses list.
35+
4. The navigation lands in Domain Overview page. Click on **MailFrom Addresses** link in left navigation. You'll able to see the default donotreply in MailFrom addresses list.
3636

37-
:::image type="content" source="../../quickstarts/email/media/email-mailfrom-overview.png" alt-text="Screenshot that explains how to list of Mail From addresses.":::
37+
:::image type="content" source="../../quickstarts/email/media/email-mailfrom-overview.png" alt-text="Screenshot that explains how to list of MailFrom addresses.":::
3838

3939
5. Click on **Add**.
40-
:::image type="content" source="../../quickstarts/email/media/email-domains-mailfrom-add.png" alt-text="Screenshot that explains how to change Mail From address and display name for an email address.":::
40+
:::image type="content" source="../../quickstarts/email/media/email-domains-mailfrom-add.png" alt-text="Screenshot that explains how to change MailFrom address and display name.":::
4141

4242
6. Enter the Display Name and MailFrom address. Click **Save**.
4343

44-
:::image type="content" source="../../quickstarts/email/media/email-domains-mailfrom-add-save.png" alt-text="Screenshot that explains how to save Mail From address and display name for an email address.":::
44+
:::image type="content" source="../../quickstarts/email/media/email-domains-mailfrom-add-save.png" alt-text="Screenshot that explains how to save MailFrom address and display name.":::
4545

46-
7. Click **Save**. You'll see the updated list with newly added MailFrom address in the overview page.
46+
7. Click **Save**. You'll see the updated list with newly added MailFrom address in the overview page.
4747

48-
:::image type="content" source="../../quickstarts/email/media/email-mailfrom-overview-updated.png" alt-text="Screenshot that shows Mailfrom Addressess list with updated values." lightbox="../../quickstarts/email/media/email-mailfrom-overview-updated-expanded.png":::
48+
:::image type="content" source="../../quickstarts/email/media/email-mailfrom-overview-updated.png" alt-text="Screenshot that shows Mailfrom addresses list with updated values." lightbox="../../quickstarts/email/media/email-mailfrom-overview-updated-expanded.png":::
4949

50-
**Your email domain is now ready to send emails with the Mailfrom address added.**
50+
**Your email domain is now ready to send emails with the MailFrom address added.**
5151

5252
## Removing multiple sender usernames
5353

5454
1. Go the Domains overview page Click on **MailFrom addresses** link in left navigation. You'll able to see the MailFrom addresses in list.
5555

56-
:::image type="content" source="../../quickstarts/email/media/email-mailfrom-overview-updated.png" alt-text="Screenshot that shows Mailfrom Addressess." lightbox="../../quickstarts/email/media/email-mailfrom-overview-updated-expanded.png":::
56+
:::image type="content" source="../../quickstarts/email/media/email-mailfrom-overview-updated.png" alt-text="Screenshot that shows MailFrom addresses." lightbox="../../quickstarts/email/media/email-mailfrom-overview-updated-expanded.png":::
5757

5858
2. Select the MailFrom address you would like to remove and Click on **Delete** button.
5959

60-
:::image type="content" source="../../quickstarts/email/media/email-domains-mailfrom-delete.png" alt-text="Screenshot that shows Mailfrom Addressess list with deletion.":::
60+
:::image type="content" source="../../quickstarts/email/media/email-domains-mailfrom-delete.png" alt-text="Screenshot that shows MailFrom addresses list with deletion.":::
6161

6262
3. You'll see the updated list with newly added MailFrom address in the overview page.
6363

64-
:::image type="content" source="../../quickstarts/email/media/email-mailfrom-overview.png" alt-text="Screenshot that shows Mailfrom Addressess list after deletion." lightbox="../../quickstarts/email/media/email-mailfrom-overview-expanded.png":::
64+
:::image type="content" source="../../quickstarts/email/media/email-mailfrom-overview.png" alt-text="Screenshot that shows MailFrom addresses list after deletion." lightbox="../../quickstarts/email/media/email-mailfrom-overview-expanded.png":::
6565

6666

6767
## Next steps

0 commit comments

Comments
 (0)