Back to articles
March 27, 2025
Python, mail server, DebuggingServer

mock mail server in python that writes to stdout

python -m smtpd -n -c DebuggingServer localhost:8025
Loading comments...