Skip to content

Commit bb1f8aa

Browse files
committed
Update service-limits.md
Added Base64 paragraph.
1 parent 459ceb9 commit bb1f8aa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,12 @@ You can send a limited number of email messages. If you exceed the following lim
110110

111111
### Size Limits
112112

113-
| **Name** | Limit |
114-
|--|--|
115-
|Number of recipients in Email|50 |
116-
|Total email request size (including attachments) |10 MB |
113+
| **Name** | Limit |
114+
| --- | --- |
115+
| Number of recipients in Email | 50 |
116+
| Total email request size (including attachments) | 10 MB |
117+
118+
For all message size limits, you need to consider that that base64 encoding increases the size of the message. You need to increase the size value to account for the message size increase that occurs after the message attachments and any other binary data are Base64 encoded. Base64 encoding increases the size of the message by about 33%, so the message size is about 33% larger than the message sizes before encoding. For example, if you specify a maximum message size value of ~10 MB, you can expect a realistic maximum message size value of approximately ~7.5 MB.
117119

118120
### Send attachments larger than 10 MB
119121

0 commit comments

Comments
 (0)