On Nov 3, 4:09 am, Yogi <[EMAIL PROTECTED]> wrote:
> Okai if this is the case, should it be done by through multiple http
> requests or it can be done by giving a delay of 60 secs after sending
> 5 emails inside in a single http request!!

Almost certainly it should be done by not sending mass emails from a
web application.  The quotas are set up such that it's really only
practical to send users email messages in response to their own
actions, not to mass mail everyone on your site.  You'll probably get
better results by having your app just send you a list of email
addresses that you can use as a mailing list for mass emails from a
non-appengine mail sending program.
--~--~---------~--~----~------------~-------~--~----~
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