Re: Django Sendmail

2008-02-21 Thread [EMAIL PROTECTED]
Thanks Brian On Feb 20, 9:03 pm, Brian Morton <[EMAIL PROTECTED]> wrote: > By default, Django assumes that the SMTP server is running locally. > If you don't have one running locally, you need to set EMAIL_HOST and > EMAIL_PORT in your settings.py file to a valid SMTP server. > > On Feb 20, 12:20

Re: django sendmail

2007-04-26 Thread drourke
hi, I've had the same problem I believe. For me the problem was twofold. 1. Trying to reach a third-party smpt server through my local internet connection. In my case, I've been at several locations where I try to send mail to the webfaction smpt server via the local internet connection. I ca

Re: django sendmail

2007-04-26 Thread Karen Tracey
On 4/26/07, arv43 <[EMAIL PROTECTED]> wrote: > > > hello, > i get a 550, relay not permitted error when i try to use send_mail. > this is on my laptop running Ubuntu. But when I try this on my host > (webfaction), I get a different error > > Exception Type: error > Exception Value: (111, '

Re: django sendmail

2007-04-26 Thread Aidas Bendoraitis
Set some EMAIL_HOST, EMAIL_HOST_USER, and EMAIL_HOST_PASSWORD in your settings. That might help you. Regards, Aidas Bendoraitis aka Archatas On 4/26/07, arv43 <[EMAIL PROTECTED]> wrote: > > hello, > i get a 550, relay not permitted error when i try to use send_mail. > this is on my laptop runnin

django sendmail

2007-04-26 Thread arv43
hello, i get a 550, relay not permitted error when i try to use send_mail. this is on my laptop running Ubuntu. But when I try this on my host (webfaction), I get a different error Exception Type: error Exception Value: (111, 'Connection refused') Exception Location: /usr/local/lib/p