I want a link that when clicked will unsubscribe a user from receiving future newsletters/emails, but have their email sent to me so I know who unsubscribed.
For example ... <a href="mailto:#managingemail# ?Subject=Unsubscribe">Unsubscribe</a>
OR
I need a link that when clicked will take the email of that person (probably from the "To:" field) and send it to my personal email so I can then manually remove their email from my newsletter list.
THANK YOU
[HTML help] Simple Link
Moderator: General Moderators
Re: [HTML help] Simple Link
Code: Select all
<a href="mailto:#managingemail# ?Subject=Unsubscribe&Body=emailto@unsubscribe.com">Unsubscribe</a>