A tiny docker image for MailCatcher.
docker run -p 1080:1080 -p 1025:1025 strayer/mailcatcher
services:
mailcatcher:
image: strayer/mailcatcher
ports:
- "1080:1080"
Your other services can then access the SMTP port on hostname mailcatcher.
Content type
Image
Digest
Size
31.6 MB
Last updated
about 6 years ago
docker pull strayer/mailcatcher