References
Embedded Images
Embedded images in emails can also be included as attachments rather than being directly encoded in the HTML body.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Embedded images in emails can also be included as attachments rather than being directly encoded in the HTML body.
Content-Type: image/jpeg; name="image.jpg"
Content-Disposition: attachment; filename="image.jpg"
Content-ID: <image123>
Content-Transfer-Encoding: base64
<img src="cid:image123" alt="Embedded Image">
