I\'m creating an app with GAE to allow people to vote in elections and this involves sending an email to each voter. I do this in a loop:
mail.send_mail(sen
There is an Issue logged for this problem here:
http://code.google.com/p/googleappengine/issues/detail?id=2059
Please "star" it if you want Google to fix it.
You can't - App Engine automatically BCCs the sender. If you don't want to receive them, you could use one of your app's incoming email addresses as the sender address.