MailHog in a tiny Docker image powered by Alpine Linux
Print help:
docker run --rm diyan/mailhog --help
Run MailHog:
docker run -d --name=mailhog \
-p 1025:1025 \
-p 8025:8025 \
diyan/mailhog
Access to Web UI using your browser:
firefox http://localhost:8025