Question:
I own the email/mailman objects. I want to send an html email and I already have a MHT file ready to go. Can I send it as MHT without the MHT.NET? How can I do it with just the email object?
I want to send an html email and I already have a MHT file ready to go.
Can I send it as MHT without the MHT.NET? How can I do it with just the email object?
Answer:
Try calling email.LoadEml and pass it the .mht filename. Then set your To, From, and Subject fields and send. It should work.