Share This Post:

Include Images in HTML email

If you use BroadcastByEmail version 4.x, you should be able to send HTML emails that include images. The following are the steps:

1. Design your HTML email content as usual

2. Make sure all the images and the HTML file are saved in the same folder

3. [optional] Verify your HTML img tag

If you are using a HTML editing tool, you should check the HTML source. Look for the >img> tag, and the src= attribute refer to the image files only. For example, if you use image file abc.jpg, if you see <img src="../images/abc.jpg"> , change it to <img src="abc.jpg">

4. Add email template by select Broadcast > Select Message from the program main menu. From the dialog window, choose your HTML file, and make sure all referred image files are specified in the Attachment

If you have a web site, you may also consider the following method to send HTML email with images. (This method can reduce your email size)

If you have older version of BroadcastByEmail, attachment is not support, so you cannot send your HTML email with images. But if you have a website, you can put all the images on your website, and from the HTML files, refer the image source to the ones on the website. So when the HTML email is sent, the images will be grabed from the website.

Share This Post:

This entry was posted in BroadcastByEmail. Bookmark the permalink.