Bojler is an email boilerplate and a guideline for writing HTML code that will render correctly across each of the most popular email clients.
If you have experience with email template development, you know how painful it is to build a perfect email template that works across all email clients.
To make it easier for you to develop responsive and lightweight email templates we have created Bojler.
Old version of Bojler can be found here.
- Project documentation 📖
- Quick-start guide 🚀
- Features
- Bugs and feature requests 🕷️
- How to contribute ? 🛠️
- Change Log
- Credits
- License
Full project documentation can be found at http://slicejack.github.io/bojler/.
- Clone the repo:
git clone https://github.com/Slicejack/bojler.git
- Install node packages:
npm install
- Create an email with HTML and SASS inside
/source
directory - Compile an email:
npm run gulp
- Compress and optimize images
- Test email properly
- Send email properly 🎉
Full getting started guide can be found here.
Quick features overview:
- SASS support
- Automatic CSS inlining
- Webserver with Live Reload
- Reset styles
- Responsive design
- Typography
- Grid system
- Utility classes
- Components
- Great compatibility
- Well documented code
- It's an open source project!
If you find a bug or need new feature please open a new issue and we will discuss about it.
You can review the guidelines for contributing to this repository here.
All notable changes to this project will be documented in CHANGELOG file.
Special thanks to:
- Ian Hoar
- Sean Powell
- James White
- Campaign Monitor
- MailChimp
- Email on Acid
- Litmus
- Bringinteraktiv
- Zurb Foundation
All contents of this boilerplate are licensed under the MIT license.