If you send a bulk email like that, does it count as one email towards your quota or does it count as each recipient. I wrote a task that sends a single email to my entire subscriber base. WOuld I be saving money by using the BCC field?
On Mon, Jun 7, 2010 at 8:34 AM, Sandeep Arneja <[email protected]> wrote: > Has anyone experimented with shorter email bcc groups? Whats the > maximum number of people I can have in a group without having the task > fail? > > On Jun 3, 3:00 am, Aurelian <[email protected]> wrote: > > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Patrick H. Twohig. Namazu Studios P.O. Box 34161 San Diego, CA 92163-4161 -- 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.
