View on GitHub

docker-devbox

[DEV] Docker stacks to quickly setup a dev environment and test some tools.

Mailpit

Mailpit is an email & SMTP testing tool with API for developers.

Usage with docker

HELO mailpit.dev.localhost
MAIL FROM: <admin@mailpit.dev.localhost>
RCPT TO: <test@example.com>
DATA
From: admin@mailpit.dev.localhost
To: test@example.com
Reply-to: noreply@mailpit.dev.localhost
Subject: test email with mailpit

this is a test email with mailpit
.
QUIT

Mailpit Screenshot

Resources