Hey developers, stop forcing me to login to unsubscribe
21–30 of 137 posts
Re: Hey developers, stop forcing me to login to unsubscribe
#22Edit: I missed the transactional part here. Transactional emails are excluded from CAN-SPAM. There's a test to figure out which is which: http://www.the-dma.org/press/PrimaryPurposeFactSheet.pdf It's shitty UX regardless of whether it's a violation of law, IMO. Original: It's a violation of CAN-SPAM law to put unsubscribe behind a login process. Asking for a password violates the requirement that no additional PII ex…
I know this is true for mass marketing emails, but is it the same for transactional emails also?
Many "transactional" emails probably fail the above test. It's shitty UX to make you login to opt-out, even if it's not against the law.
Re: Hey developers, stop forcing me to login to unsubscribe
#23Earlier quoted context omitted.
I know this is true for mass marketing emails, but is it the same for transactional emails also?
Transactional emails are generally exempt. Explained at http://business.ftc.gov/documents/bus61-can-spam-act-complia... and excerpt below: A. What matters is the “primary purpose” of the message. To determine the primary purpose, remember that an email can contain three different types of information: 1. Commercial content – which advertises or promotes a commercial product or service, including content on a website…
More on that here: http://www.the-dma.org/press/PrimaryPurposeFactSheet.pdf
Re: Hey developers, stop forcing me to login to unsubscribe
#24I know, the "Here's an email to confirm that you hate our emails" message isn't anyone's favorite... but if it helps companies improve their unsubscription mechanisms, I can let it slide.
Re: Hey developers, stop forcing me to login to unsubscribe
#25I'm still getting e-mails from them to this day.
Re: Hey developers, stop forcing me to login to unsubscribe
#26On one hand, I do agree that it is very annoying. However, I can kind of understand. There may be a way around this, but if no session was required, then couldn't someone just make a bunch of GET requests to the unsubscribe url for each user id and unsubscribe the entire user base?
Just use CSRF tokens.
Re: Hey developers, stop forcing me to login to unsubscribe
#27Re: Hey developers, stop forcing me to login to unsubscribe
#28I would also like to see some sort of standard - like email header with link, that would unsubscribe you. Outlook/thunderbird/etc could just show button (probably next to "mark as spam" :)) and you couldjust click and be done. I think google tried something like this, but I've never heard of anyone else.
Re: Hey developers, stop forcing me to login to unsubscribe
#29If I try to unsubscribe from an email list and am presented with a login prompt, I report the sender as spam without an instant of hesitation or regret.