How do we use JavaScript to send an email in HTML format? Well actually.... more like "How do we use the mailto function to send email in HTML format?"
I'm doing that thing they say not to do and making a form that submit's data via the mailto function *cough* cough*
I'm specifying enctype="text/html" in the <form> tag but the received email just shows all the html code and has a .ATT attachment containing the form vars.
Can HTML emails be sent using mailto?
Thanks