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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top