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
I am having the same problem, I believe.