[Django]-Django send_mail results in Error 60, Operation Timed Out on Mac OSX

0👍

Are you running a local OSX SMTP server? if not then may I suggest this script which when used during development will dump any locally sent mail message to a file:

http://www.djangosnippets.org/snippets/96/

Leave a comment