.net - Sending mhtml emails - C# -


i have requirement send emails containing both text , images.
so, have .mhtml file contains content needs emailed over.

i using chilkat this, in outlook 2007 showing mhtml file different attachments(html+images).

can suggest me other component sending mhtml emails.
fyi, using .net 3.5

also, not want save images on server before sending them.

thank you!

i use plain old native mailmessage class. previous answer can point in right direction

edit: built similiar code time ago, captures external html page, parse it's content, grab external content (css, images, etc) , send through email, without saving on disk.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -