can you show me a short example of how I could use taskqueues on GAE to send mails with details gotten from a database?
On Saturday, September 29, 2012 3:52:09 PM UTC+1, Massimo Di Pierro wrote: > > I do not know of a way to have background processes on GAE other than > taskqueues. I believe you cannot run background processes on GAE other than > taskqueues. > > On Saturday, 29 September 2012 07:02:08 UTC-5, Pystar wrote: >> >> My app's sign up process involves sending the USER ID to the user after >> sign up. The app is hosted on GAE, I would like to know how to send the >> welcome email to the user as a background process without using GAE >> taskqueues but within web2py. I want something inbuilt from web2py. Thanks > > --