.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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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