You could try using the mail_admins function directly. http://docs.djangoproject.com/en/dev/topics/email/#mail-admins
Maybe it'll raise an informative exception. On May 25, 2:19 am, Rex <[email protected]> wrote: > Hi, > > I am having trouble getting error reporting via email to work (as > described herehttp://docs.djangoproject.com/en/dev/howto/error-reporting/ > ). When I hit a 500 error, no email reaches the admin's inbox. > > Here is what I have done: > - I set DEBUG to False > - I defined an Admin user and entered my email address > - I ensured that Postfix is installed and running > > Is there anything else I need to do? I will gladly provide any extra > information to troubleshoot this. > > Rex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

