Yes it is. The method of doing so depends on what you have available. You can do this with most e-mail programs and can also do it with various scripting languages like Perl.
You use the images content id (cid). The details and an example can be found in RFC 2111.
Basically, your html to display the image will look like this:
Code:
<a href="cid:picture1" alt="picture1">
Where the attached image has a content-id of 'picture1'.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.