sending email with GAE copies sender — how to stop?

前端 未结 2 1112
再見小時候
再見小時候 2020-12-11 23:49

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         


        
相关标签:
2条回答
  • 2020-12-12 00:32

    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.

    0 讨论(0)
  • 2020-12-12 00:33

    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.

    0 讨论(0)
提交回复
热议问题