Entries tagged as email
Case study: how not to handle unsubscribes
Tuesday, May 4. 2010
Generally I don't like to publicly point the finger in cases like this, but this time I will: Tesco Compare, it's your turn.
I last used Tesco Compare a couple of years ago while looking for car insurance. About a year ago they began sending me promotional email, clearly realising they had a list they had not been using. I've moved to France and I'm really not interested in UK car insurance any more, so I wanted to unsubscribe.
The message they sent me shows they are handling my data correctly to some extent - they have my email address right, they addressed me by name. It also contains an unsubscribe link. That's the good bit over - It all goes downhill from there.
Continue reading "Case study: how not to handle unsubscribes"
PHP Barcelona Conference
Wednesday, September 10. 2008
PHP Barcelona's conference site just went live. I'm speaking on email in PHP at the conference, along with PHPLondon regulars Zoë Slattery and Scott McVicar. It all happens on Saturday September 27th. Tell your friends!
Email Luddism
Sunday, March 2. 2008
Here's a little rant I've been meaning to get out for a while.
Whenever the subject of email client support of some particular email feature comes up, someone always posts a comment to the tune of "HTML doesn't belong in email anyway, all email should be plain text". What they're saying is that they outright reject two important features: MIME and progressive enhancement. Given that MIME is what makes attachments (or any arbitrary binary data, attached or not) possible, I guess they can live without them too. It's the same technology that allows web servers to identify content types, so while we're painting with his particularly tarry brush, I guess we should remove CSS, javascript and images from HTML pages as well. That should keep them happy. With all those removed, we can all retreat to the comfort of the command line where our needs will be served admirably by the likes of the wonderful (no joke) elinks.
The whole point of the multipart/alternative data type is progressive enhancement. A client is free to select from the alternatives presented and render as best it can, with an option for manual selection (that is, as long as you don't use Outlook which doesn't believe in such things). This applies to the common text/plain > text/html combo as much as it would to text/plain > image/jpeg, or perhaps application/pdf > application/vnd.sun.xml.writer. Now if they restricted their comments to text/html only, I might have some sympathy, as that's just shoddy behaviour on the part of the sender. However, they usually prefer to throw out the baby with the bath water.
To conclude: MIME is a wonderful thing; some people use it badly; get over it.


