href mailto format code example
Example 1: 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 2: href mailto
<a href="mailto:[email protected]">[email protected]</a>