straight55b / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

SMTPServerDisconnected on user registration #211

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Download app-engine-patch-1.1RC
2. python manage.py runserver
3. go to accounts/register and fill the form
4. click register

What is the expected output? What do you see instead?

Expected user registration to succeed.

Instead, got the following error message

SMTPServerDisconnected at /account/register/
please run connect() first

What version of the product are you using? On what operating system?

1.1RC on MacOS 10.5

Please provide any additional information below.

Full log: http://dpaste.com/86533/

Original issue reported on code.google.com by thomas.r...@gmail.com on 28 Aug 2009 at 11:32

GoogleCodeExporter commented 9 years ago
I realized after submitting this that the registration form works correctly if 
the
server is started with

python manage.py runserver --enable_sendmail

Maybe a more explicit message should be given in the event of an
SMTPServerDisconnected exception?

Original comment by thomas.r...@gmail.com on 28 Aug 2009 at 11:36