If you send all the mails at the same time maybe you hit the 10 mails / second quota. If that's the case, use a task queue to send emails and you'll be able to control the rate of execution.
On Dec 24, 2:04 am, Alexander Arendar <[email protected]> wrote: > Hi, > > My app supposed to send 37 mails. > It sent only 11. > I started to analyze why and on the Dashboard if I select to see > "Number of quota denials/second" I see that it is not zero. > But if I go to the Quota Details page I see that everything there is > under 1-2%. > Anyone knows why this happens? > > Alex -- 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.
