Hi,

Since I upgraded to 1.1.2, I am unable to send mails as django seems
expecting a EMAIL_BACKEND.

I tried to simply downgrade back to 1.1.1 not having to bother, but the
error continues.

I seems like a bug, but I don't know how it can be one, because, I cant see
how sending email can go untested.

Any pointers to what I am doing wrong, or if something is wrong in django,
appreciated. Thanks.

Following is the trraceback:

File "/usr/local/lib/python2.6/dist-packages/django/core/mail/__init__.py"
in send_mail
  59.                                     fail_silently=fail_silently)
File "/usr/local/lib/python2.6/dist-packages/django/core/mail/__init__.py"
in get_connection
  29.     path = backend or settings.EMAIL_BACKEND
File "/usr/local/lib/python2.6/dist-packages/django/utils/functional.py" in
__getattr__
  273.         return getattr(self._wrapped, name)
Exception Type: AttributeError at /home/
Exception Value: 'Settings' object has no attribute 'EMAIL_BACKEND'

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to