Send Mails Using HTML Only

HTML Email Tag

HTML <a> tag provides you option to specify an email address to send an email. While Using <a> tag as an email tag, you will use mailto:email address along with href attribute. Following is the syntax of using mailto instead of using http.

Add Multiple Email

HTML <a> tag provides you option to multiple email address to send an email. Following is the syntax of using mailto insted of using http.

Add CC & BCC

And, HTML5 even allow you to insert Corbon Copy(CC) and Blind Carbon Copy(BCC) fields when you open the new mail. Use the below code, if you want to create an email link with CC & BCC attributes with "href"

Add Subject 

What about inserting a subject line also in the email hyperlink? you can easily add a subject to your email by using the below HTML Code.

For Example 

Below is the best example of code using all the attributes used in sending the mail.

Comments