Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sending email using domain alias account in Appengine

I have created an appengine app and the owner is [email protected]. Foo.com is a google apps account. I've also registered bar.com as a domain alias for foo.com in the google apps admin console.

I'd like my appengine app to send emails from [email protected]. However, appengine requires that emails be sent from an administrator of the app. But, since [email protected] isn't a google account (it's just an alias for [email protected]) I can't add it as an admin my appengine account.

How do I get appengine to send emails from [email protected]?

like image 895
aloo Avatar asked Dec 23 '11 03:12

aloo


1 Answers

Seen this before .. Its a known issue. Click here and there really does not seem to be anyway to work around it. Probably not the answer you were wanting to hear. There's a couple of links in that issue tracker with possible workarounds. Hope that helps

like image 183
Kal Avatar answered Oct 01 '22 20:10

Kal