Skip to content
/ maizzle Public

Example for rendering beautiful emails with dynamic content using TailwindCSS

Notifications You must be signed in to change notification settings

flolu/maizzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

19add5c · Dec 24, 2022

History

7 Commits
Dec 24, 2022
Dec 24, 2022
Dec 23, 2022
Dec 23, 2022
Dec 24, 2022
Dec 23, 2022
Dec 24, 2022
Dec 24, 2022
Dec 24, 2022
Dec 24, 2022
Dec 23, 2022

Repository files navigation

Rendering Emails with Maizzle

Example for rendering beautiful emails with dynamic content using TailwindCSS

Features

  • Build beautiful emails using TailwindCSS
  • Add dynamic content to emails
  • Render and send emails from Node.js

Tech Stack

Usage

Recommended OS: Linux

Requirements: Node.js

Setup

  • npm install (Install NPM dependencies)
  • Set MAILJET_PUBLIC_KEY and MAILJET_PRIVATE_KEY in .env (Mailjet)

Commands

Codebase

  • src (Maizzle email templates)
  • server.ts (Node.js server to render and send the emails)