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
This post was written by: Bharathi
Bharthi is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “How to link to a mail message in html”
Post a Comment