Skip to content

Commit 6e5522a

Browse files
authored
docs(tem): update mimetypes (#5794)
1 parent c3eb6db commit 6e5522a

File tree

1 file changed

+33
-25
lines changed

1 file changed

+33
-25
lines changed

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

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,39 @@ For more information on pricing, visit the [Transactional Email pricing page](ht
4545

4646
The attachments available are the following:
4747

48-
| File type | MIME type |
49-
|------------------------------|--------------------------|
50-
| PDF | `application/pdf` |
51-
| HTML | `text/html` |
52-
| Text | `text/plain` |
53-
| iCalendar | `text/calendar` |
54-
| ICS | `application/ics` |
55-
| CSV (comma-separated values) | `text/csv` |
56-
| JPEG image | `image/jpeg` `image/jpg` |
57-
| PNG | `image/png` |
58-
| GIF | `image/gif` |
59-
| XML | `application/xml` `text/xml` |
60-
| XSLX | `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` |
61-
| XLTS | `application/vnd.openxmlformats-officedocument.spreadsheetml.template` |
62-
| XLS | `application/vnd.ms-excel` |
63-
| ODS | `application/vnd.oasis.opendocument.spreadsheet` |
64-
| P7S | `application/pkcs7-signature` |
65-
| SVG | `image/svg+xml` |
66-
| ZIP** | `application/zip` |
67-
| P7C, P7M | `application/pkcs7-mime` |
68-
| P10 | `application/pkcs10` |
69-
| WAV | `audio/wav` |
70-
| MP3 | `audio/mpeg` |
71-
| DOC | `application/msword` |
72-
| DOCX | `application/vnd.openxmlformats-officedocument.wordprocessingml.document` |
48+
| File type | MIME type |
49+
|------------------------------|-------------------------------------------------------------------------------------|
50+
| CRL | `application/x-pkcs7-crl` |
51+
| CSV (comma-separated values) | `text/csv` |
52+
| DOC | `application/msword` |
53+
| DOCX | `application/vnd.openxmlformats-officedocument.wordprocessingml.document` |
54+
| DWF | `application/dwf`, `application/x-dwf`, `model/vnd.dwf` |
55+
| DWG | `application/acad`, `application/autocad_dwg`, `application/x-dwg`, `image/vnd.dwg` |
56+
| DWT | `application/acad-template`, `application/vnd.dwt`, `application/x-dwt` |
57+
| DXF | `application/autocad_dxf`, `application/dxf`, `application/x-dxf`, `image/vnd.dxf` |
58+
| GIF | `image/gif` |
59+
| HTML | `text/html` |
60+
| iCalendar | `text/calendar` |
61+
| ICS | `application/ics` |
62+
| JPEG image | `image/jpeg`, `image/jpg` |
63+
| MP3 | `audio/mpeg` |
64+
| ODS | `application/vnd.oasis.opendocument.spreadsheet` |
65+
| P7B, SPC | `application/x-pkcs7-certificates` |
66+
| P7C, P7M | `application/pkcs7-mime`, `application/x-pkcs7-mime` |
67+
| P10 | `application/pkcs10` |
68+
| P12, PFX | `application/x-pkcs12` |
69+
| P7R | `application/x-pkcs7-certreqresp` |
70+
| P7S | `application/pkcs7-signature`, `application/x-pkcs7-signature` |
71+
| PDF | `application/pdf` |
72+
| PNG | `image/png` |
73+
| SVG | `image/svg+xml` |
74+
| Text | `text/plain` |
75+
| WAV | `audio/wav` |
76+
| XLS | `application/vnd.ms-excel` |
77+
| XLTS | `application/vnd.openxmlformats-officedocument.spreadsheetml.template` |
78+
| XML | `application/xml`, `text/xml` |
79+
| XSLX | `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` |
80+
| ZIP** | `application/zip` |
7381

7482

7583
** - Available only with the [Scale plan](/transactional-email/how-to/manage-tem-plans).

0 commit comments

Comments
 (0)