Have you tried the SERVER_EMAIL setting in settings.py?  For me that
did the trick

SERVER_EMAIL = '[EMAIL PROTECTED]'

Without that it was sending the exception emails from
[EMAIL PROTECTED] which my shared provider (webfaction which I
highly recommend) did not like.

jrs

On Jan 31, 6:37 pm, James Tauber <[EMAIL PROTECTED]> wrote:
> I just got an unhandled exception error on my production site but
> didn't receive an email.
>
> I have ADMINS set and django in general has no problem emailing
> (account activation works fine).
>
> Is there something else I need to do to get error emails?
>
> Any other suggestions as to what to look for that would cause the
> error email to not be sent?
>
> James


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to