mailto in hyperlink code example
Example 1: html email links
<a href="mailto:[email protected]"> Email_id </a>
Example 2: mailto subject
<a href="mailto:[email protected]?subject=Testing out mailto!&body=This is only a test!">Second Example</a>
<a href="mailto:[email protected]"> Email_id </a>
<a href="mailto:[email protected]?subject=Testing out mailto!&body=This is only a test!">Second Example</a>