Embed Images
When rendering rich emails with images, you can either host images on a public CDN or embed them directly via Content-ID (cid:).
Method 1: Hosted Images (Recommended)
Host your images on an HTTPS CDN (e.g. AWS S3, Cloudflare R2, Vercel Blob) and link them using standard HTML<img> tags:
Method 2: Inline CID Attachments
Attach the image file and assign it a uniquecontent_id. You can then reference it directly in your HTML: