No. This is to prevent abuse from applications sending as logged in users
without consent.

A solution here to prevent the BCC is to create a specific email address
that is responsible solely for sending emails.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Sun, Feb 27, 2011 at 4:36 PM, Jeffrey O'Neill <[email protected]>wrote:

> Hello,
>
> I'm creating an app 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(sender = manager.email(),
>                        to = email,
>                        subject = election.title,
>                        body = body)
> where manger is the signed-in user.
>
> This appears to BCC the manager on all emails, but I don't want that to
> happen.  Is there a way to send the email only to the intended recipient?
>
> Jeff
>
> --
> 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.
>

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