Sign inSign up

ajoergensen/mailhog

By ajoergensen

Updated over 1 year ago

Image
0

100K+

ajoergensen/mailhog repository overview

MailHog

A container with MailHog

MailHog is an email testing tool for developers:

  • Configure your application to use MailHog for SMTP delivery
  • View messages in the web UI, or retrieve them with the JSON API
  • Optionally release messages to real SMTP servers for delivery

Usage

docker run --rm -d -p 1025:1025 -p 8025:8025 ajoergensen/mailhog

Configuration

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

Tag summary

Content type

Image

Digest

sha256:e19c49f1c

Size

26.4 MB

Last updated

over 1 year ago

docker pull ajoergensen/mailhog