I was trying to send 1200 emails using a task queue, but it doesn't work, giving a error. I think you should split the list of receivers every 5000, and send 2 o 3 emails. Happy coding.
On Jun 3, 7:45 am, Sandeep Arneja <[email protected]> wrote: > I am trying to send an email with about 10K+ addresses in the cc list. > This is not for spam but in case i have maintainence on my application > i send an email to all users informing them about the status. How > should i design this? I see that google app engine in dev stops > responding when i use Transport.send(msg); with 10K+ emails in cc even > when the method is supposed to return asynchronously. Should i divide > the email into smaller tasks and put on the queue or would the engine > not hang in PROD? -- 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.
