mailto in html with subject code example
Example 1: mailto html
<a href="mailto:[email protected]">Jon Doe</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]">Jon Doe</a>
<a href="mailto:[email protected]?subject=Testing out mailto!&body=This is only a test!">Second Example</a>