Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 334 Bytes

File metadata and controls

8 lines (6 loc) · 334 Bytes

docker-smtp-simple-debugging-server

Docker for python stdlib smtpd.DebuggingServer (https://docs.python.org/2/library/smtpd.html). Outputs email to stdout and then discards message. Great for development.

docker run -d -p 25:25 <image_name or id> docker logs to see email messages.