I want to send an email in HTML5. I don\'t want to force the user to open a mail client, I want to send the email directly from the web page.
On a side note, is ther
You can't do it purely through client side code.
You can do it with a server callback, AJAX.