views:

35

answers:

0

I am using the EmailMessage object in Python to send an email using the email service of Google App Engine. I am using an admin account/email from my Google Apps domain.

The problem is that when I send an email via the service, the sender is apparently automatically blind copied. There is not information about this in the headers nor anywhere else in the message sent to the recipent or the sender.

Does anyone know how this can be turned off?

(The google docs suggest that is an email is undeliverable then the bounce will go to the sender, which makes sense, but there is no problem with delivery.)