is there a way to pipe the output from the Python smtpd debugging server
python -m smtpd -n -c DebuggingServer localhost:1025
in a database/file?
I want to show all traffic on this port on a simple webpage. If there is a better way please let me know!
Thanks for your help.