html mailto options code example
Example 1: html mailto
<a href="mailto:[email protected]">Link text</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>