You need Billing Enabled Default Quota. *Maximum Rate 5,100 recipients/minute, *7,400,000 recipients maximum per day *.* Via taskqueue (count to the quotas) (one mail per task?) app engine is going parallel. I have no experience with this kind off mail amounts, a few mails per minute and taskqueues work good for me. I read in the mails that taskqueues can sometimes take more time, but for me tasks are very fast.
gr wim 2011/1/4 Wim den Ouden <[email protected]> > there are limitations > > http://code.google.com/intl/nl/appengine/docs/python/mail/overview.html#Quotas_and_Limits > <http://code.google.com/intl/nl/appengine/docs/python/mail/overview.html#Quotas_and_Limits> > http://code.google.com/intl/nl/appengine/docs/quotas.html#Mail > > 2011/1/4 Dino Chopins <[email protected]> > >> Dear All, >> >> I want to develop application that send emails to several groups of >> our users as notification messages. If one of the groups are about >> 10,000 and I need to notify them, and that they all somewhat received >> the notification at about the same time. Is it possible to do this >> with Google App Engine ? >> >> Note that, the notification message will vary... like a mail merge. >> For example, a message like a "Dear [user]" where [user] will be >> replaced by our user's real name. >> >> Thanks in advance for any response that can give us a clue where we >> will develop further with Google App Engine for this application. >> >> -- >> Regards, >> >> Dino >> >> -- >> 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]<google-appengine%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> >> > > > -- > gr > Wim den Ouden > Custom applications > Free E-commerce <https://e-comm.appspot.com/> framework (web) apps > Free open source <http://code.google.com/p/relat/> > Gae developer tips <http://code.google.com/p/relat/wiki/gaetips> > > -- gr Wim den Ouden Custom applications Free E-commerce <https://e-comm.appspot.com/> framework (web) apps Free open source <http://code.google.com/p/relat/> Gae developer tips <http://code.google.com/p/relat/wiki/gaetips> -- 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.
