Skip to content

Commit f59a490

Browse files
Merge pull request #232883 from bashan-git/main
Add Multiple Sender Support
2 parents 337c203 + 1859b7e commit f59a490

11 files changed

+80
-0
lines changed
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
title: How to add and remove multiple sender addresses in Azure Communication Services to send email.
3+
titleSuffix: An Azure Communication Services quick start guide.
4+
description: Learn about how to add multiple sender address to Email Communication Services.
5+
author: bashan-git
6+
manager: sundraman
7+
services: azure-communication-services
8+
ms.author: bashan
9+
ms.date: 03/29/2023
10+
ms.topic: quickstart
11+
ms.service: azure-communication-services
12+
---
13+
# Quickstart: How to add and remove Multiple Sender Addresses to Email Communication Service
14+
15+
[!INCLUDE [Public Preview Notice](../../includes/public-preview-include.md)]
16+
17+
In this quick start, you learn about how to add and remove multiple sender addresses in Azure Communication Services to send email.
18+
19+
## Prerequisites
20+
21+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet/).
22+
- 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)
23+
- An [Azure Managed Domain](../../quickstarts/email/add-azure-managed-domains.md) or [Custom Domain](../../quickstarts/email/add-custom-verified-domains.md) provisioned and ready.
24+
25+
## Creating multiple sender usernames
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 can configure and add additional MailFrom addresses and FROM display name to more user friendly value.
28+
29+
1. Go the overview page of the Email Communications Service resource that you created earlier.
30+
2. Click **Provision Domains** on the left navigation panel. You see list of provisioned domains.
31+
3. Click on the one of the provisioned domains.
32+
33+
:::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":::
34+
35+
4. The navigation lands in Domain Overview page. Click on **MailFrom Addresses** link in left navigation. You see the default donotreply in MailFrom addresses list.
36+
37+
:::image type="content" source="../../quickstarts/email/media/email-mailfrom-overview.png" alt-text="Screenshot that explains how to list of MailFrom addresses.":::
38+
39+
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 MailFrom address and display name.":::
41+
42+
6. Enter the Display Name and MailFrom address. Click **Save**.
43+
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.":::
45+
46+
7. Click **Save**. You see the updated list with newly added MailFrom address in the overview page.
47+
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":::
49+
50+
**Your email domain is now ready to send emails with the MailFrom address added.**
51+
52+
## Removing multiple sender usernames
53+
54+
1. Go the Domains overview page Click on **MailFrom addresses** link in left navigation. You'll able to see the MailFrom addresses in list.
55+
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":::
57+
58+
2. Select the MailFrom address that needs to be removed and Click on **Delete** button.
59+
60+
:::image type="content" source="../../quickstarts/email/media/email-domains-mailfrom-delete.png" alt-text="Screenshot that shows MailFrom addresses list with deletion.":::
61+
62+
3. You see the updated list with newly added MailFrom address in the overview page.
63+
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":::
65+
66+
67+
## Next steps
68+
69+
* [Get started with create and manage Email Communication Service in Azure Communication Service](../../quickstarts/email/create-email-communication-resource.md)
70+
71+
* [Get started by connecting Email Communication Service with a Azure Communication Service resource](../../quickstarts/email/connect-email-communication-resource.md)
72+
73+
The following documents may be interesting to you:
74+
75+
- Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)
76+
- How to send emails with custom verified domains?[Add custom domains](../../quickstarts/email/add-custom-verified-domains.md)
25 KB
Loading
57.8 KB
Loading
43.5 KB
Loading
54.9 KB
Loading
54 KB
Loading
41.8 KB
Loading
54.9 KB
Loading
-14.2 KB
Loading
-27.3 KB
Loading

0 commit comments

Comments
 (0)