Sign inSign up

jesterpm/pysmtpmock

By jesterpm

•Updated almost 11 years ago

Image
0

1.7K

jesterpm/pysmtpmock repository overview

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 ------------

Tag summary

Content type

Image

Digest

sha256:c9bb5881a…

Size

75 MB

Last updated

almost 11 years ago

docker pull jesterpm/pysmtpmock