Page 1 of 1

[HTML help] Simple Link

Posted: Sat Jun 05, 2010 2:34 pm
by Stoychastic
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

Re: [HTML help] Simple Link

Posted: Sat Jun 05, 2010 5:18 pm
by Benjamin

Code: Select all

<a href="mailto:#managingemail# ?Subject=Unsubscribe&Body=emailto@unsubscribe.com">Unsubscribe</a>