HTML E-mail Signature using Embeded (attached) images

I have been searching for solution to my problem for some time, but never found it... Can anyone explain me in plain English how to use attached mail images in the inline HTML (imported into the body of the mail)?Basically I have code similar to:\[code\]<table ...> <tr> <td><img src="http://stackoverflow.com/questions/14429940/cid:something" /></td> </tr></table>\[/code\]Am I doing it right? How can I set the Content-ID to the images I'm attaching with the mail?Thanks
 
Back
Top