Showing posts with label Email Links. Show all posts
Showing posts with label Email Links. Show all posts

Adding "bcc"

Example Code


<!-- Codes by HTMLmagics -->
<p><a href="mailto:homer@example.com?cc=bart@example.com&bcc=marge@example.com&Subject=Thanks%20for%20saving%20the%20day%20again!&Body=Hey%20Homer,%0D%0A%0D%0AI%20just%20wanted%20to%20thank%20you%20for%20saving%20the%20day%20again.%20%0D%0A%0D%0AKind%20regards,%0D%0AMonty%20Burns.">Email Homer Now!</a></p>
<p><a  style="font-size:11px;color:#999;" href="http://www.htmlmagics.blogspot.com/links/email-links.cfm">Email links</a></p>



Result  



Email Homer Now!

Email links

Adding "cc"

Example Code

<!-- Codes by HTMLmagics -->
<p><a href="mailto:homer@example.com?cc=bart@example.com&Subject=Thanks%20for%20saving%20the%20day%20again!&Body=Hey%20Homer,%0D%0A%0D%0AI%20just%20wanted%20to%20thank%20you%20for%20saving%20the%20day%20again.%20%0D%0A%0D%0AKind%20regards,%0D%0AMonty%20Burns.">Email Homer Now!</a></p>
<p><a  style="font-size:11px;color:#999;" href="http://www.htmlmagics.blogspot.com/links/email-links.cfm">Email links</a></p>


Result  



Email Homer Now!

Email links

Adding Carriage Returns

Example Code


<!-- Codes by HTMLmagics -->
<p><a href="mailto:homer@example.com?Subject=Thanks%20for%20saving%20the%20day%20again!&Body=Hey%20Homer,%0D%0A%0D%0AI%20just%20wanted%20to%20thank%20you%20for%20saving%20the%20day%20again.%20%0D%0A%0D%0AKind%20regards,%0D%0AMonty%20Burns.">Email Homer Now!</a></p>
<p><a  style="font-size:11px;color:#999;" href="http://www.htmlmagics.blogspot.com/links/email-links.cfm">Email links</a></p>




Result  




Email Homer Now!

Email links

Adding Spaces

Example Code


<!-- Codes by HTMLmagics -->
<p><a href="mailto:homer@example.com?Subject=Thanks%20for%20saving%20the%20day%20again!&Body=Hey%20Homer,%20I%20just%20wanted%20to%20thank%20you%20for%20saving%20the%20day%20again.%20Kind%20regards,%20Monty%20Burns.">Email Homer Now!</a></p>
<p><a  style="font-size:11px;color:#999;" href="http://www.htmlmagics.blogspot.com/links/email-links.cfm">Email links</a></p>



Result  






Email Homer Now!

Email links

Automatically Add the Body Text

Example Code


<!-- Codes by HTMLmagics -->
<p><a href="mailto:homer@example.com?Subject=Thanks for saving the day again!&Body=Hey Homer, I just wanted to thank you for saving the day again. Kind regards, Mr Burns.">Email Homer Now!</a></p>
<p><a  style="font-size:11px;color:#999;" href="http://www.htmlmagics.blogspot.com/links/email-links.cfm">Email links</a></p>



Result 




Email Homer Now!

Email links

Automatically Add a Subject Line

Example Code


<!-- Codes by HTMLmagics -->
<p><a href="mailto:homer@example.com?Subject=Thanks for saving the day again!">Email Homer Now!</a></p>
<p><a  style="font-size:11px;color:#999;" href="http://www.htmlmagics.blogspot.com/links/email-links.cfm">Email links</a></p>



Result



Email Homer Now!

Email links

Create a Basic Email Link

Example Code


<!-- Codes by HTMLmagics -->
<p><a href="mailto:homer@example.com">Email Homer Now!</a></p>
<p><a  style="font-size:11px;color:#999;" href="http://www.htmlmagics.blogspot.com/links/email-links.cfm">Email links</a></p>




Result




Email Homer Now!

Email links