Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Email CSS template framework?

Anyone know of any email template CSS framework. I am currently using bootstrap, it works, but not exactly built for email. I have looked at "zurb ink" but it just doesn't seem very developer friendly, so hard to make it work. What are others using out there?

like image 787
kapso Avatar asked Jun 29 '14 09:06

kapso


People also ask

Can we use internal CSS in email template?

Don't use CSS at all. Most of the big email providers (including Gmail and Outlook) already allow users to see a plain-text version of your email if you are using CSS code that is not recognized. But you could take it one step further and just send all of your emails using basic HTML or plain text.

How do I create an email template in HTML and CSS?

The first and most important step to start with email templates is, One must use HTML tables to build the basic structure of an email template. Creating a table ensures that the content sent is not distorted on forwarding or mailing using different email applications.

What is an email framework?

HTML/CSS email frameworks include a set of pre-built components and use pure HTML/CSS for building emails. They are usually also implemented as a Node. js build system.


1 Answers

Check out MJML. It's a framework solely designed to create responsive emails. Similar to Ink in concept I think.

like image 69
cyberwombat Avatar answered Nov 08 '22 17:11

cyberwombat