I have a few scenarios where I need to send emails en masse (batches
of 10 to maybe 200 or 400 addresses). In some cases, the batch size
would be a result of the amount of users' activities, and in certain
cases the batch is for notifications sent to multiple users at once
(something like a mailing list).

The former will probably best handled by task queues, but for the
latter scenario (notification email), I was thinking maybe using BCC
would save some Mail API calls and time. The messages themselves are
identical in those cases, so I see no reason why it couldn't be sent
using BCC instead of TO field. Of course, it might have some
consequences that I'm failing to see. Can anyone advise me on this?

-- 
Branko Vukelić
[email protected]

Lead Developer
Herd Hound (tm) - Travel that doesn't bite
www.herdhound.com

-- 
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.

Reply via email to