Mailtrap - pipes all incoming emails to the docker logs
10K+
This Docker image will listen on port 25, and do nothing else than responding to SMTP traffic in a valid way, and piping incoming emails to stdout.
See https://github.com/koyaan/mailtrap for a fork which generates a TLS certificate and securely listens on port 435 instead.
docker pull michielbdejong/mailtrap
docker run -p 25:25 --name mailtrap michielbdejong/mailtrap
docker logs -f mailtrap
If you want to get a StartSSL cert for a domain you just registered, do the following:
Content type
Image
Digest
sha256:eafe6ec6d…
Size
237.9 MB
Last updated
about 9 years ago
docker pull michielbdejong/mailtrap