MailDev docker image (minidocks/maildev)
MailDev is SMTP Server + Web Interface for viewing and testing emails during development.
docker run --rm -it -p 25:25 -p 80:80 minidocks/maildevYou can configure MailDev using command line options or environment variables:
| Environment | Command line | Default | Description |
|---|---|---|---|
| MAILDEV_SMTP_PORT | -s, –smtp | 25 | SMTP port |
| MAILDEV_WEB_PORT | -w, –web | 80 | Port to run the Web GUI |
| Tag | Size |
|---|---|
| latest |