sending inline image in email via .net smtp mail

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

Ersin Gençtürk

Is it possible to send images as inline images via asp.net send mail ? I
don't want them to appear as attachments in the email.
 
with html mail, both the html and inline images are really attachments
(multipart messages actually) with standard mime headers. see the mime
spec.

-- bruce (sqlwork.com)


| Is it possible to send images as inline images via asp.net send mail ? I
| don't want them to appear as attachments in the email.
|
|
 

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