How to Use "Send to" in HTML
- 1). Right-click the HTML file that you want to edit. Click "Open With" and double-click the HTML editor you use to set up your website's HTML code.
- 2). Create the link tag in the HTML page. Scroll down to the location where you want the link to display. Type the following HTML code:
<a href="/links/?u=*">Send me an email </a>
Type the "sendto" code in place of the "*" symbol. - 3). Type the email information into the new email link. The following code sends an email when the user clicks the link:
mailto:my@email.com?subject="Contact Email"
Replace "my@email.com" with your own email address. Change "Contact Email" with the subject line that you want to use to receive the email.
Source...