E Ersin Gençtürk Feb 28, 2005 #1 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.
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.
K Kevin Feb 28, 2005 #2 you can make a MHTML like this one on: www.aspsimply.com/vbnet/NetMailer.aspx regards,
E Ersin Gençtürk Feb 28, 2005 #3 is there a pure .net solution for this ? Kevin said: you can make a MHTML like this one on: www.aspsimply.com/vbnet/NetMailer.aspx regards, Click to expand...
is there a pure .net solution for this ? Kevin said: you can make a MHTML like this one on: www.aspsimply.com/vbnet/NetMailer.aspx regards, Click to expand...
B bruce barker Feb 28, 2005 #4 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. | |
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. | |