I need to add images to a mail message and need them to be place at a specific point. Nothing too fancy just after some text but before some more text. Is this possible?? Thank you!
+3
A:
Use HTML email and link the image to a external resource. There are ways to actually embed, but their compatibility is varied at best.
Dustin Laine
2010-10-21 21:34:15
+1. Embedding always caused us problems with some clients, so we go this route every time.
David Stratton
2010-10-21 21:37:03
Great that makes sense. I will work with this. Thanks!
twal
2010-10-21 21:42:44
+1
A:
You'll have to create a html message with MIME headers. Then you could either use an image from some webserver (which many Email-clients won't display without user intervention) or add the image as attachement to the mail-
smilingthax
2010-10-21 21:35:50