Skip to content
/ mailcatcher Public template
forked from dockage/mailcatcher

MailCatcher Docker image, MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface.

License

Notifications You must be signed in to change notification settings

millermk520/mailcatcher

 
 

Repository files navigation

MailCatcher CI Docker Pulls Docker Stars

MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface.

Installation

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

Quick Start

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

Quick reference

About

MailCatcher Docker image, MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 45.5%
  • HCL 39.9%
  • Shell 14.6%