sending smtp mail with embedded images

  • Thread starter Ersin Gençtürk
  • 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.
 
W

Will Smith

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">
 
S

Steve C. Orr [MVP, MCSD]

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.
 
S

Steve C. Orr [MVP, MCSD]

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

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top