Re: [google-appengine] Re: How to add email alias to app engine?

2014-12-18 Thread Vinny P
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_emailor
(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.


[google-appengine] Re: How to add email alias to app engine?

2014-12-16 Thread Abilash Amar
Hi
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:

 Hi, 

 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. 

 To complicate things a little bit more, the apps account has multiple 
 domains associated and I'd prefer to use one of the aliases to send 
 the mail from. 

 I tried to create Google accounts for the aliasses but I guess since 
 the app is set to an app domain that won't work. Signing up with an 
 alias doesn't work either and I rather not create an extra user if 
 it's not really needed. 

 Any suggestions how to set this up? To summerize, my domain is a.com 
 and that also an alias b.com. I'd like to send from email...@b.com 
 javascript:. 

 Hugo

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


[google-appengine] Re: How to add email alias to app engine?

2010-09-02 Thread Hugo Visser
*nutch* I still cannot get this to work. I've tried several things.

My domain abc.com is a google apps domain. That domain has a domain
alias of xyz.com. My account is m...@abc.com. Now I like to send an
email from my app as i...@xyz.com.

Adding an alias to my account for info works in the sense that I can
receive mail. But I can't add this alias as an administrator for the
app, hence I cannot send email on behalf of i...@xyz.com.

The only option I see is to create a separate google app account for
xyz.com, add a info user and add that user as an administrator for the
app. Can anybody confirm if this is the only option?

Hugo


On Jul 12, 2:40 pm, Hugo Visser botte...@gmail.com wrote:
 Hi,

 I have an app that is set to apps domain only mode for authentication.
 Now I want to send someemailfrom that app. It is working when I use
 one of the administrator accounts, but I like to set up anemailalias
 and I'm failing to get that working.

 To complicate things a little bit more, the apps account has multiple
 domains associated and I'd prefer to use one of the aliases to send
 the mail from.

 I tried to create Google accounts for the aliasses but I guess since
 the app is set to an app domain that won't work. Signing up with 
 analiasdoesn't work either and I rather not create an extra user if
 it's not really needed.

 Any suggestions how to set this up? To summerize, my domain is a.com
 and that also analiasb.com. I'd like to send from emailal...@b.com.

 Hugo

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.