MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface.
Automated builds of the image are available on Dockerhub and is the recommended method of installation.
docker pull dockage/mailcatcher:0.9.0
Alternately you can build the image locally.
docker build --tag="$USER/mailcatcher" github.com/dockage/mailcatcher
The quickest way to get started is using docker-compose.
wget https://raw.githubusercontent.com/dockage/mailcatcher/master/docker-compose.yml
docker-compose up
Alternately, you can manually launch the mailcatcher
container.
docker run --name='mailcatcher' -d \
--publish=1080:1080 \
--publish=1025:1025 \
dockage/mailcatcher:0.9.0
- Where to get help: website, documentation
- GitHub repo: dockage/mailcatcher
- Where to file issues: GitHub issues
- Maintained by: The Dockage team (info at dockage.dev)
- License(s) - license, check 3rd party documentation for license information