Skip to content

boon4681/munbun

Repository files navigation

Munbun

The Open Source email template manager.

Master Your Emails, Effortlessly

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.

Todo

  • Logging system
  • Account management
  • Edit project and template details

Features

  • Version control
  • Rest API
  • Dashboard
  • Gmail SMTP support
  • Resend support

Tech Stack

Self-hosting

Using Docker (Recommended)

  1. Clone the repo

    git clone https://github.com/boon4681/munbun.git
    cd munbun
  2. Setup environment variables

    cp .env.example .env
    # Edit .env with your Google OAuth credentials and other settings
  3. Build and run

    docker build -t munbun .
    docker run -d -p 3000:3000 -v munbun-data:/app/_munbun_ --env-file .env --name munbun munbun

    Alternatively, if you prefer Docker Compose:

    Create a docker-compose.yml:

    version: '3.8'
    services:
      munbun:
        build: .
        ports:
          - "3000:3000"
        volumes:
          - munbun-data:/app/_munbun_
        env_file:
          - .env
        restart: unless-stopped
    
    volumes:
      munbun-data:

    And run:

    docker-compose up -d

From Repo

  1. Clone the repo

    Clone it on your local machine using:

    git clone https://github.com/boon4681/munbun.git
  2. Install Dependencies

    yarn
    # or
    npm install
  3. Copy the env.example file into .env

    cp .env.example .env
  4. Run it

    yarn dev --host

Maintainer

  • boon4681

About

Open Source email template manager.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors