Wednesday, January 2, 2013

How to open default mail client using HTML


Pure HTML can not send email by itself. However using HTML you can open up the default mail client in your computer.

mailto: goes inside an <a> tag's href attribute, like this:


<a href="mailto:yourmail@mail.com">yourmail@mail.com</a>

Above code will open up your default mail client.

No comments:
Write comments
Recommended Posts × +