Forward Link

strobr

New Email
Hi

Is there a way to include a link at the bottom of the email that when clicked on it would forward back the email I have sent to them including the body and change the subject like


Thank You
 

EQ Admin

EQ Forum Admin
Staff member
Hi strobr,

You can use the following HTML in your email:

HTML:
<a href="mailto:username@example.com?subject=The-Subject">The text the recipient sees in the email that can be clicked in</a>
You'll need to make sure "The-Subject" is set correctly before sending.
 
Top