mailto tag html code example
Example 1: mailto html
<a href="mailto:[email protected]">Jon Doe</a>
Example 2: html mailto link with content
<a href="mailto:[email protected]?subject=Test%20email&[email protected]&body=This is my body text">Send feedback</a>
Example 3: mailto in html
<a href="mailto:[email protected]">text</a>