HTML send email from website code example
Example 1: email link html
<a href = "mailto: abc@example.com">Send Email</a>
Example 2: html send email
<!-- Code by Scratchy -->
<!-- Twitter: @S_cratchy-->
<a href="mailto:YourMail@Mail.com"<button>E-Mail me</a>
Example 3: html send email
<a href="mailto:YourMail@Mail.com"<button>E-Mail me</a>