I want to send emails from my app engine application using one of my Google Apps accounts. According to the GAE python docs:
The From: address can be the email address of a registered administrator (developer) of the application, the current user if signed in with Google Accounts, or any valid email receiving address for the app (that is, an address of the form [email protected]).
So I created a user account on my Google Apps domain, [email protected], to use for outbound email notifications. However, when I try to add the user as an administrator of the app, it fails with this error:
Unauthorized *You are not authorized to access this application*
Is it possible to configure app engine to send emails using a Google Accounts email address?