Greetings,
Does anyone know what are the required fields to have Django send emails when a \"500 Internal Server Error\" happend? I am hosting my project on Dreamhost an
Try to use:
EMAIL_HOST = "localhost"
instead of DNS resolution...