> When I try to send emails to the users, my applicaiton throws an > exception saying you have hit your quota limits after sending only 9 > emails
I faced the same problem a few weeks ago. Got it fixed by creating a quasi-background queue processing (ping from another box) and sending e-mails every 30-60 seconds. On a side note, I noticed that send_mail() takes quite awhile to return. Calling it 250 times in a row would time-out the web request anyway, even if there were no "spiking" quotas. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
