Sending email using a domain alias account in Appengine

I created the appengine app and the owner is x@foo.com. Foo.com is the Google Apps account. I also registered bar.com as a domain alias for foo.com in the Google Apps Admin console.

I want the appengine application to send emails with x@bar.com. However, appengine requires that emails be sent from the application administrator. But since x@bar.com not a google account (it's just an alias for x@foo.com ), I cannot add it as an appengine admin account.

How to get appengine for sending emails with x@bar.com ?

+7
source share
1 answer

I saw it before. Its a known issue . Click here and it seems you can’t get along anyway. Probably not the answer you wanted to hear. There are several links in this issue with possible workarounds. Hope that helps

+6
source

All Articles