Sending e-mail messages in Ur/Web
A helpful command line to launch a dummy SMTP server for local testing
sudo python -m smtpd -n -c DebuggingServer localhost:25
Sending e-mail messages in Ur/Web
sudo python -m smtpd -n -c DebuggingServer localhost:25