A Mailto hyperlink allows you to send email directly from a web page, or in this case, an email by clicking a link. The link opens up a new message window in your email client with the recipients email address filled in. Spammers use mailto hyperlinks as a way to get feedback from you.
Example:
<a href="mailto:User@domain.com">Email Us</a>