View on GitHub

docker-devbox

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

MailHog

Container running running MailHog to test email sending from applications.

Usage with docker

HELO mailhog.devbox
MAIL FROM: <test@mailhog.devbox>
RCPT TO: <test@example.com>
DATA
Reply-to: noreply@mailhog.devbox
Subject: test email
this is a test email
.
quit

Test email