I want to ....
create a html-email containing several images (company header, etc).
The images shall be displayed as email content, not as an attachement.
So how is the best way to do this?
I'm aware of two possibilities:
- embedded images send as attachment (
<IMG src="cid:321353119@02062010-119E">
) - images are placed on the server (
<img src="http://myserver.com/mypicture.gif">
)