Created
April 14, 2015 12:00
-
-
Save AitorAlejandro/d833d6578a86ba480632 to your computer and use it in GitHub Desktop.
Mailto Links
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
<!-- básico --> | |
<a href="mailto:[email protected]">Email Us</a> | |
<!-- con asunto --> | |
<a href="mailto:[email protected]?subject=Mail from Our Site">Email Us</a> | |
<!-- con CC y BCC --> | |
<a href="mailto:[email protected][email protected], [email protected], [email protected]&[email protected]&subject=Big%20News">Email Us</a> | |
<!-- con contenido --> | |
<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