Re: Email Backend setting needed, a potential bug

2010-05-26 Thread Lakshman Prasad
So, I see what has happened. (Interesting it is) I upgraded django to 1.2 to try out: $pip install --upgrade django Then, back to work again: $pip install django==1.1.2 I don't think pip removed the pyc files when replacing, which is making it import mail module. So, This problem should be

Re: Email Backend setting needed, a potential bug

2010-05-26 Thread ankit rai
check your django version .It might be that you have django at two places .I m using django 1.1 , have not fount such problem On Wed, May 26, 2010 at 12:34 PM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > On Wed, May 26, 2010 at 2:54 AM, Lakshman Prasad >

Re: Email Backend setting needed, a potential bug

2010-05-26 Thread Russell Keith-Magee
On Wed, May 26, 2010 at 2:54 AM, Lakshman Prasad wrote: > Hi, > Since I upgraded to 1.1.2, I am unable to send mails as django seems > expecting a EMAIL_BACKEND. Something is severely broken with your setup, then. EMAIL_BACKEND is a setting that was introduced in Django

Email Backend setting needed, a potential bug

2010-05-25 Thread Lakshman Prasad
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