Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Novu | 19,714 | 14 | 11 hours ago | 20 | September 18, 2022 | 196 | mit | TypeScript | ||
The open-source notification infrastructure with fully functional embedded notification center | ||||||||||
Transactional Email Templates | 6,657 | a year ago | 12 | mit | HTML | |||||
Responsive transactional HTML email templates | ||||||||||
Hermes | 2,374 | 8 | 13 | a year ago | 6 | September 02, 2018 | 29 | apache-2.0 | Go | |
Golang package that generates clean, responsive HTML e-mails for sending transactional mail | ||||||||||
Cuttlefish | 1,277 | 2 months ago | 140 | other | Ruby | |||||
Transactional email server with a lovely web interface | ||||||||||
Djrill | 334 | 305 | 2 | 3 years ago | 24 | April 15, 2016 | other | Python | ||
[INACTIVE/UNMAINTAINED] Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional email service from MailChimp. | ||||||||||
Flasho | 315 | 13 days ago | 17 | mit | HTML | |||||
Open source customer notifications in less than 5 minutes | ||||||||||
Node Prelaunch | 226 | 1 | 4 years ago | 2 | June 09, 2015 | 5 | apache-2.0 | JavaScript | ||
A Mailgun powered landing page to capture early sign ups | ||||||||||
Production Ready Expressjs Server | 165 | 3 months ago | 46 | mit | JavaScript | |||||
Express.js server that implements production-ready error handling and logging following latest best practices. | ||||||||||
Mailbody | 154 | 1 | a day ago | 11 | July 04, 2017 | 1 | mit | HTML | ||
Create transactional email with a fluent interface (.net) | ||||||||||
Suet | 115 | 3 years ago | 3 | JavaScript | ||||||
An analytics dashboard and reporting tool for Mailgun and Amazon SES transactional emails. |
Transactional HTML emails often get neglected. Styling HTML email is painful. Tables, inline CSS, unsupported CSS, desktop clients, web clients, mobile clients, various devices, various providers.
We’ve tried to remove some of the pain for you and open-sourced a collection of common templates for transactional email.
Each template is responsive and each has been tested in all the popular email clients.
Typically any email that is triggered by or sent automatically from your application.
Before sending HTML emails you should inline your CSS.
We recommend using Premailer to accomplish this.
Our repo contains both the original templates with a separate CSS stylesheet, as well as templates with CSS already inlined for you to preview. See the /templates/inlined
folder.
We’ve tested these email templates across all the major desktop, web and mobile clients, using Email on Acid.
You also might be interested in this Grunt task for compiling and testing html emails. We used this to help design and test our transactional emails.