Thanks Wooble for reply, actually I made speed to 1/m but then also it raised same exception
On Apr 20, 8:37 pm, Wooble <[email protected]> wrote: > On Apr 20, 10:01 am, suri <[email protected]> wrote: > > > Hi, > > I am using free google app engine service. I am trying to use queue to > > send mail as background process. But queue is able to send mail to > > only 11 email-ids and then it raise exception as like given below > > OverQuotaError: The API call mail.Send() required more quota than is > > available. > > You'll probably need to make your queue run more slowly if you want to > stay within the free quota. You're limited to 8 recipients per > minute; enabling billing will increase that to 5,100 per minute. > > -- > 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 > athttp://groups.google.com/group/google-appengine?hl=en. -- 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.
