Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,31 +45,39 @@ For more information on pricing, visit the [Transactional Email pricing page](ht

The attachments available are the following:

| File type | MIME type |
|------------------------------|--------------------------|
| PDF | `application/pdf` |
| HTML | `text/html` |
| Text | `text/plain` |
| iCalendar | `text/calendar` |
| ICS | `application/ics` |
| CSV (comma-separated values) | `text/csv` |
| JPEG image | `image/jpeg` `image/jpg` |
| PNG | `image/png` |
| GIF | `image/gif` |
| XML | `application/xml` `text/xml` |
| XSLX | `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` |
| XLTS | `application/vnd.openxmlformats-officedocument.spreadsheetml.template` |
| XLS | `application/vnd.ms-excel` |
| ODS | `application/vnd.oasis.opendocument.spreadsheet` |
| P7S | `application/pkcs7-signature` |
| SVG | `image/svg+xml` |
| ZIP** | `application/zip` |
| P7C, P7M | `application/pkcs7-mime` |
| P10 | `application/pkcs10` |
| WAV | `audio/wav` |
| MP3 | `audio/mpeg` |
| DOC | `application/msword` |
| DOCX | `application/vnd.openxmlformats-officedocument.wordprocessingml.document` |
| File type | MIME type |
|------------------------------|-------------------------------------------------------------------------------------|
| CRL | `application/x-pkcs7-crl` |
| CSV (comma-separated values) | `text/csv` |
| DOC | `application/msword` |
| DOCX | `application/vnd.openxmlformats-officedocument.wordprocessingml.document` |
| DWF | `application/dwf`, `application/x-dwf`, `model/vnd.dwf` |
| DWG | `application/acad`, `application/autocad_dwg`, `application/x-dwg`, `image/vnd.dwg` |
| DWT | `application/acad-template`, `application/vnd.dwt`, `application/x-dwt` |
| DXF | `application/autocad_dxf`, `application/dxf`, `application/x-dxf`, `image/vnd.dxf` |
| GIF | `image/gif` |
| HTML | `text/html` |
| iCalendar | `text/calendar` |
| ICS | `application/ics` |
| JPEG image | `image/jpeg`, `image/jpg` |
| MP3 | `audio/mpeg` |
| ODS | `application/vnd.oasis.opendocument.spreadsheet` |
| P7B, SPC | `application/x-pkcs7-certificates` |
| P7C, P7M | `application/pkcs7-mime`, `application/x-pkcs7-mime` |
| P10 | `application/pkcs10` |
| P12, PFX | `application/x-pkcs12` |
| P7R | `application/x-pkcs7-certreqresp` |
| P7S | `application/pkcs7-signature`, `application/x-pkcs7-signature` |
| PDF | `application/pdf` |
| PNG | `image/png` |
| SVG | `image/svg+xml` |
| Text | `text/plain` |
| WAV | `audio/wav` |
| XLS | `application/vnd.ms-excel` |
| XLTS | `application/vnd.openxmlformats-officedocument.spreadsheetml.template` |
| XML | `application/xml`, `text/xml` |
| XSLX | `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` |
| ZIP** | `application/zip` |


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