MailCatcher runs a super simple SMTP server with REST API to catch any outbound emails for unit test
962
MailCatcher runs a super simple SMTP server and REST API which catch all outbound emails for unit test.

$ docker build -t linuxchina/mail-catcher .
$ docker run -d -p 1080:1080 -p 1025:1025 linuxchina/mail-catcher
version: "3"
services:
mailcatcher:
image: linuxchina/mail-catcher
ports:
- "1080:1080"
- "1025:1025"
Content type
Image
Digest
sha256:d0d81757c…
Size
109.6 MB
Last updated
about 3 years ago
docker pull linuxchina/mail-catcher