You’ve set your EMAIL_*
settings correctly, and when you try to send emails with django.core.mail.send_mail()
it works. However, Django still does not send you internal server errors. Why?
[Read more…] about Why does Django not email me the 500 internal server error?