- Notifications
You must be signed in to change notification settings - Fork2
flolu/maizzle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Example for rendering beautiful emails with dynamic content using TailwindCSS
- Build beautiful emails using TailwindCSS
- Add dynamic content to emails
- Render and send emails from Node.js
Recommended OS: Linux
Requirements: Node.js
Setup
Commands
npm run dev
(Start local development)npx ts-node-dev server.ts
(Start mail rendering server,http://localhost:8080)- Render and show email example:http://localhost:8080?name=Flo?&url=https://youtube.com/@flolu
- Render and send email example:http://localhost:8080/send/flo@drakery.com?name=Flo&url=https://youtube.com/@flolu
About
Example for rendering beautiful emails with dynamic content using TailwindCSS