Re: Django Email Failure

2007-10-02 Thread kidormb
Andrey, Thank you for your reply. Your suggestion solved my problem along with correcting my mistake of not putting the to address in a list. I don't know how I ever would have figured out that the EMAIL_HOST_USER and EMAIL_HOST_PASSWORD were not for sending and needed to be commented out. Eve

Re: Django Email Failure

2007-10-02 Thread kidormb
Thejaswi, Thank you for your reply. For the record I am using XUbuntu 7.04 and the subversion release of django. My problem has been solved by another responder. Thanks again, kidormb On Oct 2, 3:46 am, Thejaswi Puthraya <[EMAIL PROTECTED]> wrote: > On Oct 2, 8:04 am, kidormb <[EMAIL PROTEC

Re: Django Email Failure

2007-10-02 Thread Andrey Khavryuchenko
k> I am trying to use the send_email facility from django.core.mail with k> the following k> in my settings.py k> EMAIL_HOST = 'smtp-server.cfl.rr.com' k> EMAIL_PORT = '25' k> EMAIL_HOST_USER = 'username' k> EMAIL_HOST_PASSWORD = 'password' k> I get the error message: k> SMTP AUTH ext

Re: Django Email Failure

2007-10-02 Thread Thejaswi Puthraya
On Oct 2, 8:04 am, kidormb <[EMAIL PROTECTED]> wrote: > Thanks for the reply, but > > SMTP AUTH extension not supported by server. > > is the exact error message that I receive, which I think is > a python error. > Have never come across this problem!!! Which version of Django do you use? Django

Re: Django Email Failure

2007-10-01 Thread kidormb
Thanks for the reply, but SMTP AUTH extension not supported by server. is the exact error message that I receive, which I think is a python error. Any ideas, Thanks again On Sep 30, 9:49 pm, Thejaswi Puthraya <[EMAIL PROTECTED]> wrote: > [snipped] > > > I get the error message: > > > SMTP

Re: Django Email Failure

2007-09-30 Thread Thejaswi Puthraya
[snipped] > I get the error message: > > SMTP AUTH extension not supported by server. It would be helpful if you could post the exact error message. Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

Django Email Failure

2007-09-30 Thread kidormb
I am trying to use the send_email facility from django.core.mail with the following in my settings.py EMAIL_HOST = 'smtp-server.cfl.rr.com' EMAIL_PORT = '25' EMAIL_HOST_USER = 'username' EMAIL_HOST_PASSWORD = 'password' I get the error message: SMTP AUTH extension not supported by server. I