> > - Running pure web2py locally: works > - Running the GAE Development server locally: fails > - Running on GAE remotely: fails >
I may be wrong, but It seems to me that when creating the mail object in the model, you need to pass explicitly the server='gae' argument. (the class docstring says it so in trunk at least) Perhaps you can test that mail.settings.server is 'gae' before your app sends the email. Otherwise, web2py will other send method. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

