Skip to content

v3xlabs/maildog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maildog

An overkill email client.

Usage

Simply download the latest release and run it.

# curl https://

All files are stored under the ~/.maildog directory. The database is stored in ~/.maildog/database.db.

Docker

services:
  maildog:
    image: v3xlabs/maildog:latest
    ports:
      - 8080:8080
    volumes:
      - ~/.maildog:/root/.maildog
    environment:
      - MAILDOG_SMTP_HOST=smtp.gmail.com
      - MAILDOG_SMTP_PORT=587
      - MAILDOG_SMTP_USER=your@email.com
docker compose up -d

Development

nix develop
# Install the dependencies
maildogctl install
maildogctl start
# Start the web dev server
maildogctl dev

About

Email should be Ez

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •