Skip to content

Commit acaa9a3

Browse files
Addressing PR comments
1 parent 3f41a0c commit acaa9a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/concepts/email/email-attachment-allowed-mime-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ MIME (Multipurpose Internet Mail Extensions) types are a way of identifying the
2222

2323
Developers can ensure that the recipient's email client properly formats and interprets the email message by using MIME types, irrespective of the software or platform being used. This information helps to ensure that the email message is delivered correctly and that the recipient can access the content as intended. In addition, using MIME types can also help to improve the security of email communications, as they can be used to indicate whether an email message includes executable content or other potentially harmful elements.
2424

25-
Overall, MIME types are a critical component of email communication, and by using them with Azure Communication Services Email, developers can help ensure that their email messages are delivered correctly and securely.
25+
To sum up, MIME types are a critical component of email communication, and by using them with Azure Communication Services Email, developers can help ensure that their email messages are delivered correctly and securely.
2626

2727
## Allowed attachment types
2828

29-
Here's a table listing some of the most commonly accepted file extensions and their corresponding MIME types for email attachments:
29+
Here's a table listing some of the most common supported file extensions and their corresponding MIME types for email attachments using Azure Communication Services Email:
3030

3131
| File Extension | Description | MIME Type |
3232
| --- | --- | --- |
@@ -90,7 +90,7 @@ Here's a table listing some of the most commonly accepted file extensions and th
9090
| .xml | Extensible Markup Language File | `application/xml`, `text/xml` |
9191
| .zip | ZIP Archive | `application/zip` |
9292

93-
There are many other file extensions and MIME types that can be used for email attachments. However, this list includes some of the most commonly accepted types, and should cover most use cases for sending attachments via email. Additionally, it's important to keep in mind that different email clients and servers may have different limitations or restrictions on file size and types. It's always a good idea to check with the recipient or consult the documentation for the recipient email client being used.
93+
There are many other file extensions and MIME types that can be used for email attachments. However, this list includes accepted types for sending attachments in our SendMail operation. Additionally, different email clients and servers may have different limitations or restrictions on file size and types that could result in the failure of email delivery. Ensure that the recipient can accept the email attachment or refer to the documentation for the recipient's email providers.
9494

9595
## Additional information
9696

0 commit comments

Comments
 (0)