I'm working on a project for a class and I need some help. I have django installed and I went and used the django-registration application (https://bitbucket.org/ubernostrum/django-registration) to put in a registration system. Everything is good so far except of the error shown here: http://awesomescreenshot.com/0d4m1g845 In my settings.py I have: EMAIL_HOST = 'smtp.webfaction.com' EMAIL_HOST_USER = 'codenest' EMAIL_HOST_PASSWORD = 'PASSHERE' DEFAULT_FROM_EMAIL = 'noreply@piecesofwhat.com' SERVER_EMAIL = 'noreply@piecesofwhat.com' Is there something I'm doing wrong? asked 11 Nov '12, 14:57 piecesofwhat |
The email settings look fine. As long as your email password is correct it should generate an email.
I get a 404 error when trying to register a new user. I would suggest opening a support ticket for us to look into the issue.