[web2py] Re: email_auth works on web2py server, but not GAE - ANSWER: No sockets in the sandbox, no smtp connections! That's all. No email_auth on GAE

2012-01-25 Thread pattu
) server.help AND got a traceback: /home/pattu/google_appengine/google/appengine/ext/admin/__init__.py, line 317, in post exec(compiled_code, globals()) File string, line 7, in module File /usr/lib/python2.6/smtplib.py, line 239, in __init__ (code, msg) = self.connect(host, port) File /usr

[web2py] email_auth works on web2py server, but not GAE

2012-01-23 Thread pattu
Hi - I have found 150 answers to different questions already by googling my way through this list, but I didn't find anything addressing email_auth (using an smtp server). Here is code that works fine running the web2py server, but seems to fail both on the GAE development server and also

[web2py] Re: email_auth works on web2py server, but not GAE

2012-01-23 Thread pattu
it? How does it fail? On Jan 23, 4:07 am, pattu itapplicationmanagem...@gmail.com wrote: Hi - I have found 150 answers to different questions already by googling my way through this list, but I didn't find anything addressing email_auth (using an smtp server).  Here is code that works