Check out this solution for testing emails when in development. It allows you to use send_mail and the email output is printed to the terminal (the one running the runserver process).
http://jboxer.com/2009/05/non-painful-email-on-django-development-servers/ When you're ready to go live, you'll need to make sure your production server has access to a real mail server. :Marco On Feb 17, 6:05 am, andreas schmid <a.schmi...@gmail.com> wrote: > this doesnt seem a django problem but a failure in the connection to the > mailserver. > check your email setup in your settings.py > > > > danin wrote: > > hi guys, > > I am new to Django. I am working on mini project where i > > need to send some mail , i used the send_mail but i m not able to send > > any mails. I m gettinf errors like - > > (111, 'Connection refused') > > > 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-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.