Hi, when I use the following: send_mail(email_subject, email_body, '[EMAIL PROTECTED]', [new_user.email],fail_silently=False,)
Im getting the following exception: Request Method: POST Request URL: http://localhost:8000/signup/ Exception Type: error Exception Value: (10061, 'Connection refused') Exception Location: C:\Python24\lib\smtplib.py in connect, line 306 This happens with any valid "new_user.email" Any help appreciated. ---- Shidan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---