I need to open outlook when clicking a button on a webpage. It must create a new mail with prepopulated fields.
Here's my problem : The mail body must contain some dynamically generated HTML.
I tried with a mailto but apparently it can only contain plaintext.
What other solution do I have ? (The mail can't be sent server side because the mail must come from client mail address).
Thanks for your help !