tags:

views:

24

answers:

2

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
+1. Embedding always caused us problems with some clients, so we go this route every time.
David Stratton
Great that makes sense. I will work with this. Thanks!
twal
+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