Sign inSign up

cluedin/fakesmtp

By cluedin

Updated over 7 years ago

FakeSMTP for integration testing

Image
0

359

cluedin/fakesmtp repository overview

Fake SMTP server

Dockerization of FakeSMTP running in a small openjdk:alpine container.

The container exposes the stmp server on port 25. The emails are simply written to the folder /output so mount it as an external volume.

Example: docker run --rm -p "2525:25" -v "${PWD}/tmp/mails:/output" cluedin/fakesmtp

Tag summary

Content type

Image

Digest

Size

58.2 MB

Last updated

over 7 years ago

docker pull cluedin/fakesmtp