On Wed, Apr 28, 2010 at 2:46 AM, andy saksena <andy.saks...@gmail.com> wrote: > (111, 'Connection refused')
As a Google search would have told you, this is the error Python's smtplib module will raise when you tell it to connect to a mail server and it can't. Which means you need to go double-check the settings you've given to Django for sending email (as covered in the Django documentation: http://docs.djangoproject.com/en/1.1/topics/email/) to make sure you've provided the correct information for the server you're sending mail through. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.