Make an html Mailto Link with Subject
It’s really simple to make an html link that will send an email with a subject. It’s just like the one we use. It’s so visitors don’t have to copy the email if they don’t want to.
<a href=”mailto:Test@Test.com?subject=Sales Test Link“>Send an e-mail to Test</a> and we’ll get back to you very soon.
That’s it very simple. When they click the link the default email program will open with the subject “Sales Test Link”
People who read this also read:

