Skip to content
mrded edited this page Feb 21, 2013 · 1 revision

I love most way to create fake SMTP server via Python:

$ python -m smtpd -n -c DebuggingServer localhost:25
Clone this wiki locally