What I’m trying to do is send a document with a rich text field as a MIME message, complete with inline graphics, formatting, and attachments. To do this, I was able to create code that took the rich text and exported it to a .mht file on the local disk. So I want to import this .mht file into the MIME message I’ve created and send to a user. Here’s a link to the script I’m using:
And here is a screen shot of what the message looks like when I run the script as written.
I suspect that I’m not encoding the .mht file the right way, but I’ve tried everything I can think of with no success. Am I missing something here? Any help would be appreciated.
Thanks in advance!
Sam