Skip to content

Commit df50539

Browse files
authored
docs(tem): update attachments mimetypes available (#4822)
* docs(tem): update attachments mimetypes available Add new available mimetypes for transactional email attachment files. * fix tabs and spaces
1 parent 00e8f03 commit df50539

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

pages/transactional-email/reference-content/tem-capabilities-and-limits.mdx

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,16 @@ The attachments available are the following:
6060
| ICS | `application/ics` |
6161
| CSV (comma-separated values) | `text/csv` |
6262
| JPEG image | `image/jpeg` `image/jpg` |
63-
| PNG file | `image/png` |
64-
| GIF file | `image/gif` |
65-
| XML file | `application/xml` `text/xml` |
66-
| xslx | `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` |
67-
| xltx | `application/vnd.openxmlformats-officedocument.spreadsheetml.template` |
68-
| xls | `application/vnd.ms-excel` |
69-
| ods | `application/vnd.oasis.opendocument.spreadsheet` |
63+
| PNG | `image/png` |
64+
| GIF | `image/gif` |
65+
| XML | `application/xml` `text/xml` |
66+
| XSLX | `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` |
67+
| XLTS | `application/vnd.openxmlformats-officedocument.spreadsheetml.template` |
68+
| XLS | `application/vnd.ms-excel` |
69+
| ODS | `application/vnd.oasis.opendocument.spreadsheet` |
70+
| P7S | `application/pkcs7-signature` |
71+
| SVG | `image/svg+xml` |
72+
7073

7174

7275
<Message type="important">
@@ -85,4 +88,4 @@ Transactional Email's SMTP relay supports the following [ESMTP extensions](https
8588
- ENHANCEDSTATUSCODES
8689
- CHUNKING
8790
- STARTTLS
88-
- SIZE
91+
- SIZE

0 commit comments

Comments
 (0)