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
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
2 matches
Mail list logo