Article aside, it's much better to have a one-click unsubscribe that just works. It's an edge case that someone will unsubscribe from someone else's mailing list or click it by mistake, so making every single person (99% who are unsubscribing on purpose) confirm, log in, enter their address or receive a confirmation is an infuriating waste of time. The best way to mitigate this is a simple "You unsubscribed whatever@…
What if it's malicious? Eg, "I hate your political ideology. I'll unsubscribe you from the site you forwarded me an article from." I'm sure that kind of threat is minimal and easily corrected, but the OP's suggestion of hiding it somewhat addresses that. It doesn't eliminate the threat of course, but it doesn't put it under their nose.
Preventing Unsubscribes in Forwarded Emails
31–40 of 85 posts
Re: Preventing Unsubscribes in Forwarded Emails
#32Article aside, it's much better to have a one-click unsubscribe that just works. It's an edge case that someone will unsubscribe from someone else's mailing list or click it by mistake, so making every single person (99% who are unsubscribing on purpose) confirm, log in, enter their address or receive a confirmation is an infuriating waste of time. The best way to mitigate this is a simple "You unsubscribed whatever@…
GMail offers to unsubscribe you if you mark something as spam and it's able to detect how to unsubscribe.
It reduces the number of buttons on the screen, which is a good thing, but I feel bad about potentially harming a companies credibility by clicking spam as a shortcut to unsubscribe if Google can't figure out how to unsubscribe.
Re: Preventing Unsubscribes in Forwarded Emails
#33Earlier quoted context omitted.
This is possibly in violation of CAN-SPAM: You can’t charge a fee, require the recipient to give you any personally identifying information beyond an email address, or make the recipient take any step other than sending a reply email or visiting a single page on an Internet website as a condition for honoring an opt-out request. [1] [1] http://business.ftc.gov/documents/bus61-can-spam-act-complia...
I think that's an overly narrow interpretation of "visiting a single page". I've seen very prominent providers who've definitely been around long enough to know the legalities (the hard way) use the "enter your e-mail address" approach.
Re: Preventing Unsubscribes in Forwarded Emails
#34Earlier quoted context omitted.
Particularly when the subscribed user has several email accounts that all forward to another. It is a pain in the ass to click back and figure out exactly which address something came from.
Would this really be a problem? If you have a look at the article, linked from the article, they are hiding the un-subscribe link when the link is inside quotes. For me, the emails that get forwarded to different accounts (due to email rules), don't have quotes, so the link will show. But pressing the forward button will put quotes around the entire email, so the link won't be shown. In saying that, there are probabl…
I don't see how their system would solve the issue that occurs with this system: "inputting your email address and then pressing an ubsubscribe button" If I have to input my email address, I have to determine which email address I have to input.
Re: Preventing Unsubscribes in Forwarded Emails
#35Article aside, it's much better to have a one-click unsubscribe that just works. It's an edge case that someone will unsubscribe from someone else's mailing list or click it by mistake, so making every single person (99% who are unsubscribing on purpose) confirm, log in, enter their address or receive a confirmation is an infuriating waste of time. The best way to mitigate this is a simple "You unsubscribed whatever@…
Appears to work with Outlook.com/Hotmail, and Gmail. Not sure about Yahoo, but those two alone cover a pretty big group.
Re: Preventing Unsubscribes in Forwarded Emails
#36How does this work?
Basically most e-mail clients change the dom structure in some way when you forward an email (like wrapping the original in a div). Write some CSS rules that require an unmodified structure to show the unsubscribe button.
Re: Preventing Unsubscribes in Forwarded Emails
#37Earlier quoted context omitted.
What if it's malicious? Eg, "I hate your political ideology. I'll unsubscribe you from the site you forwarded me an article from." I'm sure that kind of threat is minimal and easily corrected, but the OP's suggestion of hiding it somewhat addresses that. It doesn't eliminate the threat of course, but it doesn't put it under their nose.
A confirmation email with an "undo" link fixes that problem as well.
Re: Preventing Unsubscribes in Forwarded Emails
#38Wouldn't requiring inputting your email address and then pressing an ubsubscribe button work? That way when the forwarded user tries to unsubscribe, they know they aren't subscribed.
Something as simple as "This email was sent to somebody@example.org, if you are this person click here to unsubscribe somebody@example.org" then display the email address again prominently on the unsub page
Re: Preventing Unsubscribes in Forwarded Emails
#39then
it turns out that one of the people who received the forwarded email thought it was spam and clicked the unsubscribe link
It may be ugly, but the system works :)
Re: Preventing Unsubscribes in Forwarded Emails
#40What if instead one just focused on lowering the amount of times someone forwards an email containing an unsubscribe link. Perhaps a "send to a friend" link in the email would help?