Use Javascript to create an HTML email in Microsoft Outlook
MSG file format is documented, but it is certainly not fun… Why not create an EML (MIME) file? The suggestion is to use the EML (MIME) format. According to the OP, they considered the MSG file format (#4), but were discouraged by its complexity and lack of JS libraries that process that format. If MSG … Read more