Re: Django Email Failure

2007-10-02 Thread kidormb
d out. Everything is working great at this time. Thanks again for your help, kidormb On Oct 2, 4:38 pm, Andrey Khavryuchenko <[EMAIL PROTECTED]> wrote: > k> I am trying to use the send_email facility from django.core.mail with > k> the following > k> in my settings.

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, kidorm

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

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

Re: Multiple Django Projects Under One Directory

2007-09-26 Thread kidormb
On Sep 26, 6:23 pm, Chris Brand <[EMAIL PROTECTED]> wrote: > kidormb wrote: > > When I restart Apache2 and invoke an application in mysite, the > > response is correct. If I then > > invoke an application in testsite, there are errors with the url since > >

Multiple Django Projects Under One Directory

2007-09-26 Thread kidormb
I am a Django newbie and I am sure there is a simple answer to this problem. I have 2 dnajgo projects under 1 directory (i.e. /home/xxx/django/ mysite and /home/xxx/django/testsite) My httpd.conf file contains the following: SetHandler python-program PythonHandler django.core.handlers.modp