Can you embed images in HTML email?
All you have to do is attach an image to your email, then use the content ID of that image to reference it at some point within the email. The image will be embedded where you reference it within the body content, but keep in mind you'll need to know basic HTML tags for embedding an image before you can do that.
How do I embed an image in an email?
Position your cursor where you want the image in your message. Select Insert > Pictures. Browse your computer or online file locations for the picture you want to insert. Select the picture, then select Insert.
How to embed image in HTML?
The HTML <img> tag is used to embed an image in a web page. Images are not technically inserted into a web page; images are linked to web pages. The <img> tag creates a holding space for the referenced image. The <img> tag is empty, it contains attributes only, and does not have a closing tag.