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
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
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
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
4 matches
Mail list logo