You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,6 +43,9 @@ Before provisioning an Azure Managed Domain, review the following table to decid
43
43
|**Pros:**| - Setup is quick & easy<br/>- No domain verification required<br /> | - Emails are sent from your own domain |
44
44
|**Cons:**| - Sender domain is not personalized and cannot be changed<br/>- Sender usernames can't be personalized<br/>- Very limited sending volume<br />- User Engagement Tracking can't be enabled <br /> | - Requires verification of domain records <br /> - Longer setup for verification |
45
45
46
+
### Service limits
47
+
48
+
Both Azure managed domains and Custom domains are subject to service limits. Service limits include failure, rate, and size limits. For more informations, see [Service limits for Azure Communication Services > Email](../../concepts/service-limits.md#email).
46
49
47
50
## Sender authentication for Azure Managed Domain
48
51
@@ -58,5 +61,6 @@ Azure Communication Services automatically configures the required email authent
58
61
59
62
## Related articles
60
63
61
-
* Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)
62
-
* Learn how to send emails with custom verified domains in [Quickstart: How to add custom verified email domains](../../quickstarts/email/add-custom-verified-domains.md)
64
+
* Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md).
65
+
* Review email failure limits, rate limits, and size limits in [Service limits for Azure Communication Services > Email](../../concepts/service-limits.md#email).
66
+
* Learn how to send emails with custom verified domains in [Quickstart: How to add custom verified email domains](../../quickstarts/email/add-custom-verified-domains.md).
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/email/add-custom-verified-domains.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,10 @@ Before provisioning a custom email domain, review the following table to decide
42
42
|**Pros:**| - Setup is quick & easy<br/>- No domain verification required<br /> | - Emails are sent from your own domain |
43
43
|**Cons:**| - Sender domain isn't personalized and can't be changed<br/>- Sender usernames can't be personalized<br/>- Limited sending volume<br />- User Engagement Tracking can't be enabled<br /> | - Requires verification of domain records<br /> - Longer setup for verification |
44
44
45
+
### Service limits
46
+
47
+
Both Azure managed domains and Custom domains are subject to service limits. Service limits include failure, rate, and size limits. For more informations, see [Service limits for Azure Communication Services > Email](../../concepts/service-limits.md#email).
48
+
45
49
## Change MailFrom and FROM display names for custom domains
46
50
47
51
You can optionally configure your `MailFrom` address to be something other than the default `DoNotReply` and add more than one sender username to your domain. For more information about how to configure your sender address, see [Quickstart: How to add multiple sender addresses](add-multiple-senders.md).
@@ -96,3 +100,5 @@ The following links provide more information about how to add a CNAME record usi
96
100
## Related articles
97
101
98
102
* Familiarize yourself with the [Email client library](../../concepts/email/sdk-features.md)
103
+
* Review email failure limits, rate limits, and size limits in [Service limits for Azure Communication Services > Email](../../concepts/service-limits.md#email).
104
+
* Learn how to send emails with Azure Managed Domains in [Quickstart: How to add Azure Managed Domains to Email Communication Service](../../quickstarts/email/add-azure-managed-domains.md).
0 commit comments