On Sun, Nov 2, 2008 at 1:45 PM, Yogi <[EMAIL PROTECTED]> wrote:

> I have cheked the FAQ for sending emails from
> http://code.google.com/appengine/articles/quotas.html, it says that
> email per day quota is 2000, whereas my application throws exception
> after sending 9 emails only.

You have a *daily* quota of 2000, but you also have a *spiking* quota
of something like 11 emails per minute (possibly lower). You should
stagger your email sending over multiple requests by send only a
handful of emails each time.


Dave.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to