sending smtp mail with embedded images

  • Thread starter Thread starter Ersin Gençtürk
  • Start date Start date
E

Ersin Gençtürk

hi,

which component do you prefer to send emails with embedded images ? Is there
a freeware and native .net component available ? Note that I don't want to
send images as attachments.
 
You can use any typical mail sending component. You just have to format the
message as HTML, and have your <img> tags reference images that are hosted
on your web server somewhere, such as <img src="http://www.server.
com/email/image1.jpg">
 
Version 2 of the .NET Framework has this functionality built in.
The only catch is that it won't be out until late this year.
 
Note that this is not technically embedding an image, but maybe it will work
for Ersin anyway.
 

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