Re: Email error reporting not working

2009-05-26 Thread Alex Robbins
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 wrote: > Hi, > > I am having trouble getting error reporting via email to work (as > described herehttp://doc

Re: Email error reporting not working

2009-05-25 Thread r.
Is the EMAIL_HOST (and related variables) set in the settings.py file? On May 25, 9:19 am, Rex 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 reac

Re: Email error reporting not working

2009-05-25 Thread Christian Joergensen
Rex wrote: > Hi, > > I am having trouble getting error reporting via email to work (as > described here http://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 define

Email error reporting not working

2009-05-25 Thread Rex
Hi, I am having trouble getting error reporting via email to work (as described here http://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 m