I know a lot of folks working at ESPs. For those I know well, I will usually send in reports. Sometimes they’re not spam reports per se. Often it’s just “hey, this sender shouldn’t have my address, might want to poke them.” Sometimes it’s even more specific. A few years ago I spoke at a user conference for an ESP. I stayed at the hotel for one night, and the...
Creating emails
Email is, still, primarily a written medium. This means that good copywriting is crucial. Today I opened up an email and the pre-header says: Laura, should have get your Naturals Sample Bag.*Web Version Wait. What? Maybe they mean “should have got”? But that’s implying they’re sending out free sample bags to everyone. That can’t be right. But I can’t tell...
Email templates
SendwithUs is crowdsourcing and open sourcing email templates. These are tested templates submitted by the SendwithUs community and run through the Litmus testing suite.
If you’re in the market for a template, or want to share a great template you’ve designed, check out the SendwithUs project.
Email templates using Grunt
A Grunt workflow for designing and testing HTML email templates with SCSS.
Creating effective links
CampaignMonitor blogged today about an email they sent out that triggered the Thunderbird “this might be a scam” filter. After a bit of tweaking, we discovered that Thunderbird systematically throws up this alert when it sees a URLs in your HTML email copy. In this case, we had made the mistake of adding the following line: If you would like to support the National Wildlife Federation...
HTML in email
Steve and I were talking this afternoon about HTML in email. He wanted to know what headers I looked for in the HTML portion of an email. A good question, as I’ve seen everything from a full doctype declaration through to just <body> tags.. All of them seem to render OK in various mail clients so I don’t spend too much time worrying about the specific HTML header elements. I do...