Skip to content

Commit ee6ac4f

Browse files
authored
Update service-limits.md
1 parent 406263a commit ee6ac4f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

articles/communication-services/concepts/service-limits.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,28 @@ If you require sending an amount of messages that exceeds the rate-limits, pleas
6969

7070
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.
7171

72+
## Email
73+
Sending high volume of messages has a set of limitation on the number of email messages that you can send. if you hit these limits your messages will not be queued to be sent and you have to plan and submit the requests once the number of requests with in the allowed threshold.
74+
75+
### Rate Limits
76+
77+
|Operation|Scope|Timeframe (minutes)| Limit (number of email) |
78+
|---------|-----|-------------|-------------------|
79+
|Send Email|Per Subscription|1|10|
80+
|Send Email|Per Subscription|60|25|
81+
|Get Email Status|Per Subscription|1|20|
82+
|Get Email Status|Per Subscription|60|100|
83+
84+
### Size Limits
85+
86+
| **Name** | Limit |
87+
|--|--|
88+
|Number of recipients in Email|50 |
89+
|Attachment size - per messages|10 MB |
90+
91+
### Action to take
92+
This sandbox setup is to help developers to start building the application and gradually you can request to increase the sending volume as soon as the application is ready to go live. If you require sending an amount of messages that exceeds the rate-limits, please submit a support request to increase to your desired sending limit.
93+
7294
## Chat
7395

7496
### Size Limits

0 commit comments

Comments
 (0)