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/python2.4/smtplib.py in
connect, line 310

i have a registration/login form, which simply takes in an email id,
and sends an email to that id. unfortunately, i get an error.

My guess is something needs to be done about the mail server, but
unlike Python's smtplib which requires a server to connect and stuff,
Django doesnt seem to have/need anything. is there someplace that i
should modify settings for sending mail to work.

Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to