You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/isotoma/FakeEmail provides a fake email server and gives you access to the emails that would have been sent using a web interface. Worth checking out as a temporary solution.
When I try and register with chishop I get a failure:
Exception Type: SMTPServerDisconnected at /accounts/register/
Exception Value: please run connect() first
<<<<<<
I don't have an SMTP server configured in Django, not sure how to set one up either...
This:
http://code.google.com/p/app-engine-patch/issues/detail?id=211
suggests the problem can be fixed with an option to runserver, but the
runserver chishop builds does not have that option (as far as I can
see).
Maybe other authentication systems would be better anyway since this
will mostly be used for team and personal servers?
The text was updated successfully, but these errors were encountered: