[HTML help] Simple Link

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
Stoychastic
Forum Newbie
Posts: 2
Joined: Sat Jun 05, 2010 1:51 pm

[HTML help] Simple Link

Post 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
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: [HTML help] Simple Link

Post by Benjamin »

Code: Select all

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