Need a pretend mail server that you can use for debugging? Try this:

python -m smtpd -n -c DebuggingServer localhost:1025

It listens on port 1025 for local connections.

Discussions/Feedback.

comments powered by Disqus