Attachments
You can attach files (PDFs, invoices, images, spreadsheets) to any email sent with Mailofly.File Attachment Structure
Attachments are passed as an array of objects inside theattachments property.
Example: Attaching a PDF Invoice
Inline Images (Content-ID / CID)
To display an image directly inside the email body without hosting it on an external web server, usedisposition: "inline" and reference the content_id in your HTML:
Size Limits & Restrictions
- Total email size: 25 MB max per message (including HTML, headers, and base64-encoded attachments).
- Blocked file types: Executable files (
.exe,.bat,.cmd,.scr,.vbs,.js) are rejected to comply with international email security standards.