UNIX one-liner: fake smtp server
For my own future reference:
python -m smtpd -n -c DebuggingServer localhost:25
Source: http://stackoverflow.com/a/6344240/2454476
sudo will be required for ports under 1024
For my own future reference:
python -m smtpd -n -c DebuggingServer localhost:25
Source: http://stackoverflow.com/a/6344240/2454476
sudo will be required for ports under 1024