Created
June 4, 2014 09:45
-
-
Save voku/a211bba311c1b4361247 to your computer and use it in GitHub Desktop.
mailto links: Open default mail program, create new message with the fields already filled out. - From http://snippetlib.com/html/mailto_links - DEMO: http://jsfiddle.net/voku/e2gYs/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Basic --> | |
<a href="mailto:[email protected]">Email Us</a> | |
<!-- Add a Subject --> | |
<a href="mailto:[email protected]?subject=Mail from Our Site">Email Us</a> | |
<!-- Add a CC and BCC --> | |
<a href="mailto:[email protected][email protected], [email protected], [email protected]&[email protected]&subject=Big%20News">Email Us</a> | |
<!-- Add Body Text --> | |
<a href="mailto:[email protected][email protected], [email protected], [email protected]&[email protected]&subject=Big%20News&body=Body-goes-here">Email Us</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment