alligatormonday / templates

A set of gorgeous Transactional HTML Email Templates built on TailwindCSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OhMySMTP Logo

A set of gorgeous Transactional HTML Email Templates built on TailwindCSS

License

About

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, OhMySMTP

And yes, they support Dark Mode out of the box :)

Screenshot of HTML transactional emails

Show me the templates!

Using the Templates

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.

Modifying the Templates

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:

  1. Clone this repository

  2. Install dependencies

    npm i -g @maizzle/cli
    cd templates
    npm install
  3. Start Development

    maizzle serve
  4. Modify the templates

    You can see detailed instructions in the Maizzle Docs

  5. Build for Production

    maizzle build production

    Your modified templates will be available in ./dist/

More Documentation

Maizzle documentation is available at https://maizzle.com

Issues, Fixes & PRs

If you find any issues please open a PR here, or contact support@ohmysmtp.com. If you find the templates useful, please contribute back with more templates.

Want to send transactional emails through an Independent 💪, privacy-focused 🕵️ and eco-friendly 🌱 provider?

Sign up for an account at OhMySMTP

License

This code is open-source software licensed under the MIT license.

About

A set of gorgeous Transactional HTML Email Templates built on TailwindCSS

License:MIT License


Languages

Language:HTML 71.5%Language:JavaScript 23.1%Language:CSS 5.4%