Re: [google-appengine] Re: Add a user with a Google Apps domain alias

2014-05-05 Thread Vinny P
On Tue, Apr 22, 2014 at 12:51 PM, Aaron Antrim 
 wrote:

> I am having the same problem, I believe.
>



You can't send mail from App Engine using a domain alias's name. If you
want to do so, you'll have to sign up for SendGrid or a similar external
mail service and send through them:
http://sendgrid.com/blog/5-best-practices-for-using-sendgrid-with-google-app-engine/



-
-Vinny P
Technology & Media Advisor
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: Add a user with a Google Apps domain alias

2014-05-05 Thread Aaron Antrim
I am having the same problem, I believe.

I have a Google Apps domain.

Did you ever find a resolution to this problem?

Thanks,
Aaron

On Friday, October 7, 2011 7:52:37 AM UTC-7, Pieter Coucke wrote:
>
> Hi,
>
> How can I send e-mails from my app with the same domain name as my app
> if the domain name is a Google Apps domain alias?
>
>
> A description of my steps:
>
> I want to send e-mails from my app with an e-mail address that is the
> same as my custom domain name for my app, but I am not able to add the
> user.  I registered a domain alias for my app, say
> www.mydomainalias.com.  mydomainalias.com is a Google Apps domain
> alias for my real Google Apps domain mydomain.com.
>
> When I try to add nor...@mydomainalias.com  as a user with 
> permission
> "viewer" to my app, I do get the e-mail with the confirmation link in
> my nor...@mydomain.com  account.
> When I click the confirmation link
> (
> https://appengine.google.com/a/mydomainalias.com/permissions/newadmin?app_id=s~my-app-id&token=sometoken=
> )
> I get the following error message:
> "Sorry, you've reached a login page for a domain that isn't using
> Google Apps. Please check the web address and try again."  This is
> understandable since I should log in with my primary Google Apps
> domain according to
> http://www.google.com/support/a/bin/answer.py?hl=en&answer=33419 .
>
> When I change the confirmation link to
>
> https://appengine.google.com/a/mydomain.com/permissions/newadmin?app_id=s~my-app-id&token=sometoken=
> then I can add the user, but then the e-mail address that is added is
> nor...@mydomain.com , and not 
> nor...@mydomainalias.com.
>
> Has anyone seen something similar (and has a workaround)?
>
> Thanks,
>
> Pieter Coucke
>
>

-- 
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: Add a user with a Google Apps domain alias

2011-10-07 Thread voscausa
It works fine (for me) when you register your custom domain as a  google 
apps domain.
I use f.i. nore...@mycustomdomain.com where this address has a Viewer rol in 
GAE permissions.

I think your alias trick does not work, because GAE needs to be sure you are 
the owner of the custom domain.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/5ubKOJomRDIJ.
To post to this group, send email to google-appengine@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.