The Open Source email template manager.
Say goodbye to email headaches! With Munbun, Email Template Manager, you can design, customize, and send stunning emails using your favorite providers—all in one place.
- Logging system
- Account management
- Edit project and template details
- Version control
- Rest API
- Dashboard
- Gmail SMTP support
- Resend support
- Sveltekit - Framework
- Drizzle - ORM
- Tailwind - CSS
- shadcn-svelte - Component Library
- hono - API
-
Clone the repo
Clone it on your local machine using:
git clone https://github.com/boon4681/munbun.git
-
Install Dependencies
yarn # or npm install
-
Copy the env.example file into .env
cp .env.example .env
-
Run it
yarn dev --host
not yet...
- boon4681