Does anybody know how to embed an image into a mail?

  • Thread starter Thread starter xs
  • Start date Start date
X

xs

Hi does anybody knows how to embed an image into a mail without using 3rd
party software? Thanks
 
An email with an image in it is HTML. Therefore, all you have to do is
insert an image tag in the HTML of the email with an absolute URL pointing
to the server location of the image. Example:

<img src="http://somethingorother/images/someImage.jpg">

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
I am able to do that. But my customer would like it to be embedded inside
the email. Like when u insert a picture file in outlook express.
when u embed it in outlook express it will be something like <img
src="cid:810341909@24092003-0B70">
 
Back
Top