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
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
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, '
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
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
5 matches
Mail list logo