Skip to main content

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:). 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 unique content_id. You can then reference it directly in your HTML: