Earlier quoted context omitted.
I highly recommend MailChimp. I use them for my newsletter and the fact you can start using them for free with up to 2000 subscribers is very nice.
I'm curious more along the lines of personalized emails to users of a service. As far as I know, MailChimp is more about blasting one message to lots of people. Unless I'm mistaken :)
Show HN: Responsive Email Templates
51–60 of 96 posts
Re: Show HN: Responsive Email Templates
#52If you're designing email HTML from scratch, Campaign Monitor's guide to CSS is incredibly helpful for knowing what to use and what to avoid. http://www.campaignmonitor.com/css/ I've also found Litmus to be an incredible resource for cross-client test (Outlook vs Gmail vs Yahoo! vs ....). If you send a lot of emails as a part of your user retention strateg it's vital that you test this. You'll be amazed at how differ…
Re: Show HN: Responsive Email Templates
#53Re: Show HN: Responsive Email Templates
#54If you're designing email HTML from scratch, Campaign Monitor's guide to CSS is incredibly helpful for knowing what to use and what to avoid. http://www.campaignmonitor.com/css/ I've also found Litmus to be an incredible resource for cross-client test (Outlook vs Gmail vs Yahoo! vs ....). If you send a lot of emails as a part of your user retention strateg it's vital that you test this. You'll be amazed at how differ…
Re: Show HN: Responsive Email Templates
#55I am new to having HTML email sent. What do folks do with the large (large in this case anyway) stylesheet, that actually works with actual email clients? Link it with a tag? Plop it all into a tag? (where?) Something else? What are current best practices for sending html email that needs a non-trivial stylesheet like this? Googling around, i'm still left not sure; many pages I find make recommendations that would ma…
So if you had `p { color: red; }` in your style sheet, then all your `p` tags should read: ``. It sounds horrid, and it is, but you can automate the process with a preprocessor.
When it comes to email, you unfortunately need to throw out the last 10 years of advances.
Re: Show HN: Responsive Email Templates
#56Is there anywhere else that I can send HTML emails from? It sounds very limited and difficult to do, based on your description on your site!
We provide a templating system which allows you to build and preview with separate HTML and CSS, and we compile to inline CSS at runtime to ensure compatibility with the majority of email clients.
The painful thing to remember is that html/css for email is a weird mix of HTML3 and HTML5 - meaning some major providers only allow for basic functionality, but other platforms support the bleeding edge while omitting some of the simpler aspects. In the end your demographics will strongly influence where you focus your efforts.
The templates from Zurb here are a great basis - as a start on a responsive email boilerplate this will be great value to the community - individuals using this for customization will hopefully push the development of these bases further.
Re: Show HN: Responsive Email Templates
#57Earlier quoted context omitted.
I'm curious more along the lines of personalized emails to users of a service. As far as I know, MailChimp is more about blasting one message to lots of people. Unless I'm mistaken :)
Oh, okay. In that case you want to look at transactional email services. MailChimp offers that as well with https://mandrill.com , but there are a ton of other offerings as well like http://sendgrid.com .
Re: Show HN: Responsive Email Templates
#58Re: Show HN: Responsive Email Templates
#59Am I the only one who is far less likely to read an HTML email? If I see that I need to click to allow external images for my email to load, I'm probably just going to delete it. It's amazing to me that HTML email can be effective for marketing. If you send me a paragraph of text, I'm going to read it on my mobile. If you send me an HTML email, I'm going to archive it right away on my mobile. If you send me too many…
Not all HTML emails are image heavy monstrosities. There is a lot you can do with HTML/CSS that makes the message easier to consume and more impactual without using a single image. I feel like HTML email design lags about 5-10 years behind website design. Some of that is the limited feature set, but I think more of it is the lack of design attention its given. It seems like most of it gets generated by a marketing de…
Email clients are definitely to blame.