Limits
| Limit | Value |
|---|---|
| Attachments per email | 10 |
| Request body | 25 MB |
Allowed files
Sendmux accepts common image, document, spreadsheet, presentation, text, calendar, and contact formats. Executables and archives are rejected. Binary files are checked against their claimed file type. Text-based files are checked by extension.Add an attachment
Fields
| Field | Required | Notes |
|---|---|---|
filename | Yes | Must include an allowed extension. |
content | Yes | Base64-encoded file content. |
type | No | Optional MIME type override. |
What happens next
If an attachment is too large, unsupported, or does not match its file type, the request fails withvalidation_error or payload_too_large. Fix the file and retry.
Related guides
Send by HTTP
Add attachments to single or batch send requests.
Sending errors
Handle validation and payload size errors.