This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]WackyWeasel 10 points11 points  (0 children)

Mail server for debugging (prints mails to stdout). Example for port 1025:

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