On Tue, Dec 16, 2014 at 12:36 PM, Abilash Amar <abilash.am...@gmail.com>
 wrote:
>
> Did you get this to work without creating another google app domain?
>
> On Monday, 12 July 2010 18:10:52 UTC+5:30, Hugo Visser wrote:
>
>> I have an app that is set to apps domain only mode for authentication.
>> Now I want to send some email from that app. It is working when I use
>> one of the administrator accounts, but I like to set up an email alias
>> and I'm failing to get that working.
>
>

No, you won't get it to work. Google Apps will only create user accounts on
the primary domain - you can map an email address on the alias domain to
the primary, but the account itself will always be considered to be on the
primary domain. In other words, Google Apps won't let you create *user @
alias . com* (if *alias . com* is an alias domain) as a full user account.

This means that an alias domain can't configure a valid email account on
the domain, and so App Engine will refuse to send email with a from address
of a non-valid account. The only workarounds are to: use
Sendgrid/Mandrill/etc to send email
<https://cloud.google.com/appengine/docs/python/mail/sendgrid#send_an_email>or
(as you stated) creating a new Google Apps account and registering the
alias domain as a primary domain.



-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to