How to embed images in html email

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a vb.net program that sends out html emails via smtp on a windows 2003
server. Question I have is how do you embed images in an html email message?

You get to define the body but how do you include the images used in your
html?
 
the most common method is to simply embed the HTML with absolute references
to your web server where the images reside.

This keeps your messages small.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Back
Top