I have installed MLM. I have a remote list uploaded and accessible. I have an "unsubscribe" link in my e-mail message. What code do I put in the link so the "e-mail" variable is replaced with the e-mail address of the recipient of that message?
This link is universal on all e-mail messages:
<a href="http://www.condommonkey.com/assets/lm/lm.php?cmd=unsubscribe&email=email_addr">Unsubscribe</a>
Can the code 'email_addr' be replaced with something that pulls the e-mail address from the recipient?
I want the recipient to click "unsubscribe" and have their e-mail address flagged, or removed from my remote list. Without the recipient having to input their own e-mail address or name.
This link is universal on all e-mail messages:
<a href="http://www.condommonkey.com/assets/lm/lm.php?cmd=unsubscribe&email=email_addr">Unsubscribe</a>
Can the code 'email_addr' be replaced with something that pulls the e-mail address from the recipient?
I want the recipient to click "unsubscribe" and have their e-mail address flagged, or removed from my remote list. Without the recipient having to input their own e-mail address or name.