On Nov 27, 2006, at 3:00 PM, [EMAIL PROTECTED] wrote:
>
> I understand Django should send an email when there's an error and
> debug=False.
>
> It doesn't. Not for me anyway.


Do you have an email server defined? If not, Django tries to use the  
localhost to send. Do something like this in your settings file:

EMAIL_HOST='smtp.myisp.com'

Don



--~--~---------~--~----~------------~-------~--~----~
 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