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"/>
.