The New Spam: Broken Unsubscribe Methods #
Sometimes, Iāll forget to (un)check the box on a form, and inadvertently tell some perfectly well-meaning company that I want to receive their crappy emails in my inbox. Or, perhaps, Iāll think it sounds like a good idea, and even enjoy receiving them for a while, and then get bored or decide that itās not for me. Itās not spam, per se, since I did ask for it, and the sender isnāt some Nigerian banker or penis enlarger, but I no longer want to receive it.
Today I ran face-first into the fact that Borders Bookstore breaks every rule in this list. Every single one. And sadly, theyāre not that unusual.
Either way, the result is usually the same: I scroll to the bottom of the message, searching for the url that I have to visit to unsubscribe. Since I often view my email on my phone in text-only mode, I then find the words āclick here to unsubscribeā that are not hyperlinked. Strike 1: Sending html email is fine, but make sure that the text-only version has the url and not the link text. Almost every text-only email reader these days will turn it into a link.
Whatās worse is the āreply to blah blah with the word āunsubscribeā in the subjectā. Strike 2: Donāt make me send you anything. If I have to send you an email to stop receiving your crappy emails, Iāll probably just black-hole that account on general principle.
Log onto my email in Firefox, and change to the html view. Click the link. It says that I have to log in to change my email preferences. Strike 3: If Iām clicking a link from my email address telling you that I want to unsubscribe, donāt make me log in and navigate your crappy application to find the unsubscribe link. You already know who I am, because you sent me something. Put a key or whatever in the URL.
I log in, and click the url again. It says that I have to log in to change my email preferences. Strike 4: If Iām already logged in, why doesnāt it just read the cookie or whatever?
So, I log in again, and look through the options to find the āEmail preferencesā link. I go to the page, uncheck the āplease send me crapā box, and then look for the submit button. Itās nowhere to be found. I actually resorted to inspecting the HTML in Firebug and finding the submit element in question and tweaking its CSS to pull it out from behind another element so that I could click on it. Out of curiousity, to research for this article, I tried it in a few other browsers, and it worked in IE 6 on a PC only. (It was broken in IE 7.) Strike 5: Please test your pages in something other than last yearās IE on Windows. At least load them up and make sure that the stuff is visible. It literally takes 5 minutes.
On the next page, it asks me if Iām sure. It assures me that there is no other way to get coupons and valuable discounts. Strike 6: If Iāve made it this far, I donāt care about your stupid offers, Iām sure that I donāt want them.
In my opinion, there is only one good way to handle any kind of automated mailing. At the bottom of every message, in legible font, it should say: You are receiving this message because you signed up for it. Please visit http://example.com/unsubscribe?u=12345&e=blah@blah.com to unsubscribe.
On the page reached, it says, You have been unsubscribed. You will receive one more message confirming this, just in case it was an accident.
It sends you a message that says, You were unsubscribed from the blah blah list. If this was an accident or a mistake, please visit http://example.com/subscribe?u=12345&e=blah@blah.com to sign up again.
Failing that ideal setup, the link should take the user directly to a plain-vanilla page where they can easily choose what to receive and not receive in a single step. Thatās what this blog does, care of my lightly hacked version of the Subscribe to Comments plugin. As a reader and commenter, I find that itās nice to receive an update if someone leaves a comment on a blog post where Iāve commented. Iām writing a comment, so Iām interested in the discussion. As an author, itās nice to know that the readers who leave comments will know that Iām responding to them. And itās easy to avoid, for those who donāt want to receive anything, because of the nice āDonāt ever send me crapā option on the subscription management page.
If you donāt want to hurt your brand and anger your customers, ALWAYS err on the side of not sending them email. This experience only served to make me more likely to use Amazon next time.