How to embed images in email
As you are aware, everything passed as email message has to be textualized. You must create an email with a multipart/mime message. If you’re adding a physical image, the image must be base 64 encoded and assigned a Content-ID (cid). If it’s an URL, then the <img /> tag is sufficient (the url of the … Read more