local python mail server patch
Mar
31
1
0
Sometimes in development it's handy to run a local smtp mail server. This shell script will dump any smtp requests out to the terminal if you point your application to localhost with the correct port.
#!/usr/bin/env sh python -m smtpd -n -c DebuggingServer localhost:1025