I have spent a some time looking into this and accordingly found there
is an ongoing
bug with GAE dev_appserver.py (SDK) that prevents python from sending
emails using
smtp. The alternative is to use sendmail or MTA compatible.
Trouble is I am developing on winXP and the only sendmail clones are
very buggy and
after much trails I cannot get them to connect / authenticate with
smtp.gmail.com
There is indigo mail (sendmail for windows) and commandline sendmail
tools which
are mostly beta, so not sure if these have ongoing bugs! or maybe it's
just
because gmail uses secure transfer and these apps are not compliant.
Not sure?
My question now is if I want to carry on developing/testing with
web2ppy Auth using
local GAE SDK, Is there a way I can add users to local db with
requiring
registation email etc?
Chrism