Re: [web2py] Appengine, inbound mail & code placement...

2011-04-13 Thread Jonathan Lundell
On Apr 13, 2011, at 4:06 PM, Mike Giles wrote: > > I'm playing around with web2py for the first time on a project that is > using GAE to accept and process inbound email. When mail comes in to > GAE, you need to tell it what piece of code to run in your app.yaml to > handle it: > > - url: /_ah/m

[web2py] Appengine, inbound mail & code placement...

2011-04-13 Thread Mike Giles
I'm playing around with web2py for the first time on a project that is using GAE to accept and process inbound email. When mail comes in to GAE, you need to tell it what piece of code to run in your app.yaml to handle it: - url: /_ah/mail/.+ script: applications/myapp/modules/incoming.py logi