An overkill email client.
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
.
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
nix develop
# Install the dependencies
maildogctl install
maildogctl start
# Start the web dev server
maildogctl dev