Tuesday 17 July 2012

How to add Another mailto link in html


<!DOCTYPE html>
<html>
<body>

<p>
This is another mailto link:
<a href="example@example.com?cc=example@example.com&bcc=andexample@example.com&subject=Summer%20Party&body=You%20are%20invited%20to%20a%20big%20summer%20party!">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>

0 Responses to “How to add Another mailto link in html”

Post a Comment