Awesome, thanks! There should be more about responsive emails, both in terms of information and default templates. One of the bests to my knowledge is by Zurb [1], but the lack for Outlook support makes it almost unusable (at least for us). We ended up hacking from "the bigs" (Twitter, Facebook, Linkedin), although at the very beginning their templates also had issues here and there. This said, testing on so many dev…
Responsive HTML Emails: a Different Strategy
11–20 of 46 posts
Re: Responsive HTML Emails: a Different Strategy
#12At TechHub more than half our emails are opened on mobile (and mostly on iPhones, although there is some selective bias in there because of default image display settings). So mobile-first makes sense in every way. > We began by asking, what layouts work well on mobile? The answer for us was to think “single column.” This is nearly always the case. You can include pictures, and then use `align="right"` (or left) to m…
> I have a strange love for coding HTML emails That's a sentence I never thought I would ever hear. And I also recommend Litmus, pretty much the only sane way to test the rendering that I found.
Re: Responsive HTML Emails: a Different Strategy
#13Why can't emails just be text :(
Re: Responsive HTML Emails: a Different Strategy
#14OT - minor pet peeve: When did "responsive" become synonymous with "handle different screen layouts gracefully" vs "responsive to the user"?
Re: Responsive HTML Emails: a Different Strategy
#15Why can't emails just be text :(
Re: Responsive HTML Emails: a Different Strategy
#16At TechHub more than half our emails are opened on mobile (and mostly on iPhones, although there is some selective bias in there because of default image display settings). So mobile-first makes sense in every way. > We began by asking, what layouts work well on mobile? The answer for us was to think “single column.” This is nearly always the case. You can include pictures, and then use `align="right"` (or left) to m…
Re: Responsive HTML Emails: a Different Strategy
#17Why can't emails just be text :(
Because the vast majority of people enjoy pretty emails with non-monospaced fonts, whitespace and colors. It's mostly hackers who want to show off how old school they are that complain about html emails. Also, most emails like this have a text version you can receive - I believe it's necessary for CANSPAM compliance.
For me, it's all about keeping some control over technology. I tell a very limited program like mutt what to do, and it does it. This is in contrast to begging an incredibly complicated program like a browser to do something, where much of what it is doing is controlled by invisible embedded code written by people who may be hostile toward me.
Re: Responsive HTML Emails: a Different Strategy
#18Earlier quoted context omitted.
Because the vast majority of people enjoy pretty emails with non-monospaced fonts, whitespace and colors. It's mostly hackers who want to show off how old school they are that complain about html emails. Also, most emails like this have a text version you can receive - I believe it's necessary for CANSPAM compliance.
I very much prefer for emails to contain text only, or with HTML only as attachments, and it has absolutely zero to do with any desire to show off to other people. For me, it's all about keeping some control over technology. I tell a very limited program like mutt what to do, and it does it. This is in contrast to begging an incredibly complicated program like a browser to do something, where much of what it is doing…
That's fair enough, but you are very much in a minority.
Re: Responsive HTML Emails: a Different Strategy
#19Why can't emails just be text :(
Because the vast majority of people enjoy pretty emails with non-monospaced fonts, whitespace and colors. It's mostly hackers who want to show off how old school they are that complain about html emails. Also, most emails like this have a text version you can receive - I believe it's necessary for CANSPAM compliance.
Also, text-only doesn't mean monospace. I'm happy to read email in whatever sans-serif font the email client picks, with nice whitespacing.
Re: Responsive HTML Emails: a Different Strategy
#20Earlier quoted context omitted.
I very much prefer for emails to contain text only, or with HTML only as attachments, and it has absolutely zero to do with any desire to show off to other people. For me, it's all about keeping some control over technology. I tell a very limited program like mutt what to do, and it does it. This is in contrast to begging an incredibly complicated program like a browser to do something, where much of what it is doing…
> For me, it's all about keeping some control over technology. That's fair enough, but you are very much in a minority.