T O P I C R E V I E W |
ablackburn |
Posted - Jun 04 2007 : 17:40:41 I know this has been addressed before, but I just can't seem to find the answer.
I am getting unsubscribe requests from email addresses that are not in my database. I suspect that the email address I am sending to is forwarding to the email address that wants to unsubscribe. How do I find out if an email address I have recieved and unsubscribe request has come from a forwarded email?
Thanks |
4 L A T E S T R E P L I E S (Newest First) |
justuspost |
Posted - Jun 13 2007 : 16:21:02 I have mine laid out as follows:
You are subscribed to this newsletter as %Email%. Please click here to modify your message preferences or to unsubscribe from any future mailings. We respect all unsubscribe requests.
I have a simple form (un subscribe) that imports the e-mail address that the mail was sent to and allows them to only need to use an image verification.
Then, if they want to change their user settings (subscription management), they can go to the other form which allows them to choose what newsletters they want.
Fooling with replies and headers is a waste of time.... unless you 'have' to.
MLK supports all kinds of auto processing and I've found it to be worth the time to set it up.
Justus |
xequte |
Posted - Jun 07 2007 : 06:56:42 Good one, Ian.
We should probably have some samples of good unsubscribe blocks on our FAQ page.
Nigel Xequte Software nigel@xequte.com |
ILH |
Posted - Jun 05 2007 : 15:44:22 To avoid this problem (particularly if the header is stripped out), I took a lesson fron Nigel and embedded the User ID and email address into the outgoing emails. This way the messages can be procesed even if forwarded.
<!-- MemberID: %Field:MemberID% --> <!-- Email: %Email% -->
Also, I've incorporated a best practice for subscription services and included a subscription control panel at the bottom of my outgoing emails. It includes the email address of the recipient (so that they can see which subscription address is coming to them - in case there is more than one being forwarded), their name, a link to a web based subscribe/unsubscribe page and an email address for complaints.
So far it works well.
-- Ian Hubling ian@hubling.com |
xequte |
Posted - Jun 05 2007 : 05:16:29 Hi
Usually the original address can be determined by reading through the headers (invariably the user will recognize their old address listed there).
Instructions for this are available at:
http://www.xequte.com/mailinglist/getaddress.html
Nigel Xequte Software nigel@xequte.com |