Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.29 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.29 KB

MailDev docker image (minidocks/maildev)

MailDev is SMTP Server + Web Interface for viewing and testing emails during development.

Usage

docker run --rm -it -p 25:25 -p 80:80 minidocks/maildev

Configuration

You 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

Tags

Tag Size
latest

Related images