Tuesday 17 July 2012

How to link to a mail message in html


<!DOCTYPE html>
<html>
<body>

<p>
This is an email link:
<a href="example@example.com?Subject=Hello%20again">
Send Mail</a>
</p>

<p>
<b>Note:</b> Spaces between words should be replaced by %20 to ensure that the browser will display the text properly.
</p>

</body>
</html>


Note: will only work if you have mail installed

0 Responses to “How to link to a mail message in html”

Post a Comment