Although I've found a lot of information on this already from Stack, specifically here, I just want to be absolutely sure that there's no way to do this in Chrome and it can only be done in Internet Explorer.
From Stack answers and my own testing I know there is no hope of using mailto
with HTML in the body, so I'm attempting to use JavaScript so that upon the user performing some action, Outlook (or whatever their default email client is) will open with the body already populated with HTML. The catch is that our users use Chrome, not IE. I tested this code in IE and it actually worked, but unsurprisingly does not work in any other browser because the ActiveXObject
is not supported.
I think I already know the answer is a flat-out no, but it surprises me that there is no equivalent JavaScript for this in Chrome or other browsers.