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
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/service-limits.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,17 +80,28 @@ If you have requirements that exceed the rate-limits, submit [a request to Azure
80
80
For more information on the SMS SDK and service, see the [SMS SDK overview](./sms/sdk-features.md) page or the [SMS FAQ](./sms/sms-faq.md) page.
81
81
82
82
## Email
83
-
Sending a high volume of messages has a set of limitations on the number of email messages you can send. If you hit these limits, your messages won't be queued to be sent. You can submit these requests again, once the Retry-After time expires.
83
+
There is a limit on the number of email messages you can send. If you exceed the below limits on your subscription, your requests will be rejected. You can attempt these requests again, after the Retry-After time has passed. Please take necessary action and request to raise the sending volume limits if needed.
84
84
85
85
### Rate Limits
86
86
87
-
|Operation|Scope|Timeframe (minutes)| Limit (number of emails) |
@@ -102,7 +113,7 @@ Sending a high volume of messages has a set of limitations on the number of emai
102
113
This sandbox setup is to help developers start building the application. Once you have established a sender reputation by sending mails, you can request to increase the sending volume limits. Submit a [support request](https://azure.microsoft.com/support/create-ticket/) to raise your desired email sending limit if you require sending a volume of messages exceeding the rate limits. Email quota increase requests are not automatically approved. The reviewing team will consider your overall sender reputation, which includes factors such as your email delivery failure rates, your domain reputation, and reports of spam and abuse when determining approval status.
103
114
104
115
> [!NOTE]
105
-
> Email quota increase requests may take up to 72 hours to be evaluated and approved, especially for requests that come in on Friday afernoon.
116
+
> Email quota increase requests may take up to 72 hours to be evaluated and approved, especially for requests that come in on Friday afternoon.
|**Pros:**| - Setup is quick & easy<br/>- No domain verification required<br /> | - Emails are sent from your own domain |
30
-
|**Cons:**| - Sender domain is not personalized and cannot be changed<br/>- High volume sending is limited. <br /> | - Requires verification of domain records <br /> - Longer setup for verification |
30
+
|**Cons:**| - Sender domain is not personalized and cannot be changed<br/>- Sender usernames cannot be personalized<br/>- Very limited sending volume<br />- User Engagement Tracking cannot be enabled <br /> | - Requires verification of domain records <br /> - Longer setup for verification |
31
31
32
32
33
33
## Provision Azure Managed Domain
@@ -59,13 +59,6 @@ Before provisioning an Azure Managed Domain, review the following table to deter
59
59
## Sender authentication for Azure Managed Domain
60
60
Azure communication Services Email automatically configures the required email authentication protocols to set proper authentication for the email as detailed in [Email Authentication best practices](../../concepts/email/email-authentication-best-practice.md).
61
61
62
-
## Changing MailFrom and FROM display name for Azure Managed Domain
63
-
64
-
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).
65
-
66
-
> [!NOTE]
67
-
> Azure Managed Domains facilitate developers in rapidly initiating application development. Once your application is prepared for deployment, you can seamlessly integrate your custom domain. It's crucial to note that if you continue to rely on Azure Managed Domains, the MailFrom Address displayed in the recipient's mailbox will differ from what you observe in the Portal. This address is dynamically generated, dependent on the data location. As an illustration, if the data location is set to the US, the received email address will transform into 'donotreply@xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.US1.azurecomm.net'. If you would like to send high volume of messages, you have to switch to custom domain as Azure Managed Domain has the limitations on the number of email messages you can send as defined in the [Email Service Limits](../../concepts/service-limits.md).
68
-
69
62
**Your email domain is now ready to send emails.**
|**Pros:**| - Setup is quick & easy<br/>- No domain verification required<br /> | - Emails are sent from your own domain |
29
-
|**Cons:**| - Sender domain is not personalized and cannot be changed | - Requires verification of domain records <br /> - Longer setup for verification |
29
+
|**Cons:**| - Sender domain is not personalized and cannot be changed<br/>- Sender usernames cannot be personalized<br/>- Very limited sending volume<br />- User Engagement Tracking cannot be enabled <br />| - Requires verification of domain records <br /> - Longer setup for verification |
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/email/enable-user-engagement-tracking.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,9 @@ In this quick start, you'll learn about how to enable user engagement tracking f
37
37
**Your email domain is now ready to send emails with user engagement tracking. Please be aware that user engagement tracking is applicable to HTML content and will not function if you submit the payload in plaintext.**
38
38
39
39
You can now subscribe to Email User Engagement operational logs - provides information related to 'open' and 'click' user engagement metrics for messages sent from the Email service.
40
+
> [!NOTE]
41
+
> User Engagement Tracking cannot be enabled for Azure Managed Domains or Custom Domains with default sending limits. For more information, see [Service limits for Azure Communication Services](../../concepts/service-limits.md#rate-limits).
42
+
40
43
> [!IMPORTANT]
41
44
> If you plan to enable open/click tracking for your email links, ensure that you are formatting the email content in HTML correctly. Specifically, make sure your tracking content is properly encapsulated within the payload, as demonstrated below:
0 commit comments