Archived Forum Post

Index of archived forum posts

Question:

How to Create Email Directly from MHT File?

Apr 03 '13 at 07:54

I am working in a project where I need to send an email based on some MHT files – these files had images and text.

I am having some issues with the images – in some mail clients the images and text appears as attachments.

I have browsed your examples, and using the process outlined in “Convert HTML String to Email with Embedded Images” I managed to solve this issue for most cases.

However, right now what I am doing is:

convert MHT file to HTML file using mht.UnpackMHT > Create Chilkat.Email > mht.usecids=true > email=mht.getemail

I would like to know if there is any way for using CIDs but create the email directly from the mht file (using email.loademl), avoiding the need to create the temporary html file.


Answer

See this Chilkat Forum topic: http://www.chilkatforum.com/questions/187/using-an-mht-web-archive-as-a-template-for-html-email