On Apr 20, 10:01 am, suri <suresh1d...@gmail.com> 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 google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.