I am trying to get django-registration working. My PC is on a domain. When I am logged on to the domain, I cannot ping the Google smtp server.
Even when I dial up, I get the error in the subject above. All my congifurations are correct, including the following in settings.py EMAIL_USE_TLS = True EMAIL_HOST = 'smtp.gmail.com' EMAIL_HOST_USER = '[email protected]' EMAIL_HOST_PASSWORD = 'password' EMAIL_PORT = 25 This is what I get after a submit (POST) request: error at /accounts/register/ (10053, 'Software caused connection abort') Request Method: POST Request URL: http://localhost:8000/accounts/register/ Exception Type: error Exception Value: (10053, 'Software caused connection abort') Exception Location: c:\python25\lib\smtplib.py in connect, line 310 Python Executable: c:\python25\python.exe Python Version: 2.5.2 Python Path: ['C:\\websites\\django_site', 'c:\\python25', 'c:\ \python25\\scripts', 'C:\\WINDOWS\\system32\\python25.zip', 'c:\ \python25\\DLLs', 'c:\\python25\\lib', 'c:\\python25\\lib\\plat-win', 'c:\\python25\\lib\\lib-tk', 'c:\\python25\\lib\\site-packages'] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

