Mock SMTP Server which displays the received messages on stdout.
The server is the python smtpd module in debug mode. The default command is:
python -m smtpd -n -c DebuggingServer localhost:25
The received message looks something like:
---------- MESSAGE FOLLOWS ----------
from: [email protected]
to: [email protected]
subject: Hello
Hello World
------------ END MESSAGE ------------
Content type
Image
Digest
sha256:c9bb5881a…
Size
75 MB
Last updated
almost 11 years ago
docker pull jesterpm/pysmtpmock