Direct Mail Icon

Using <img/> tags in HTML messages

You can use <img/> tags in your HTML code like you would in any other HTML document. If you want the source of the image to be a file that is attached to your message, you need to use a special URL for the <img> tag's src attribute.

To use an <img/> tag with a message attachment:

The src attribute should be set to the letters cid: followed by the name of the attached file (case matters). For example, if you had attached a file called big_picture.jpg, the <img/> tag would be <img src="cid:big_picture.jpg"/>.

Related Topics

Attaching files to messages

Using mail-merge tags