This is a collection of gorgeous HTML transactional email templates, built using Maizzle and Tailwind CSS.
They are completely free and you can use them anywhere you like, although of course we recommend using our very own transactional email provider, mailpace
And yes, they support Dark Mode out of the box :)
Production-ready templates are located in /dist. To use them copy them into your application as email templates and modify any variables you want to include as per your application / sending software.
You can use Maizzle's render method to integrate with web application frameworks like Rails, Laravel and more.
While you can modify templates in the dist/
folder directly, it's not recommended as you lose a lot of the pre-processing benefits. Instead follow these instructions:
Clone this repository
Install dependencies
npm i -g @maizzle/cli
cd templates
npm install
Start Development
npm run dev
Modify the templates
You can see detailed instructions in the Maizzle Docs
Build for Production
npm run build
Your modified templates will be available in ./dist/
Maizzle documentation is available at https://maizzle.com
If you find any issues please open a PR here, or contact support@mailpace.com. If you find the templates useful, please contribute back with more templates.
Sign up for an account at MailPace
This code is open-source software licensed under the MIT license.