A container with MailHog
MailHog is an email testing tool for developers:
docker run --rm -d -p 1025:1025 -p 8025:8025 ajoergensen/mailhog
Set any environment variable supported
docker run --rm -d -p 1025:1025 -p 8025:8025 -e MH_STORAGE=maildir -e MH_MAILDIR_PATH=/Maildir -v $PWD/Maildir:/Maildir ajoergensen/mailhog
Content type
Image
Digest
sha256:e19c49f1c…
Size
26.4 MB
Last updated
over 1 year ago
docker pull ajoergensen/mailhog