html email link with subject and body code example
Example 1: link to send email with subject
<a href="mailto:[email protected]?
[email protected],
[email protected],
[email protected]&
[email protected]&
subject=Big%20News&
body=Body-goes-here
">Email Us</a>
Example 2: mailto subject
<a href="mailto:[email protected]?subject=Testing out mailto!&body=This is only a test!">Second Example</a>
Example 3: mailto subject
<a href="mailto:[email protected]?subject=Testing out mailto!">First Example</a>