Reading Google's documentation (http://code.google.com/appengine/articles/domains.html), I understand I can allow users to access my application from my own domain.
I've done that for few NGOs in the past and access like http://mail.[domain]/ is redirected to http://mail.google.com/a/[domain]/.
My questions:
- Does it mean an access to http://console.[domain]/ will be redirected to http://appengine.google.com/a/[domain]
- What about the URIs like: [user-id]@[app-name].appspotmail.com (for e-mails) or [app-name]@appspot.com (for IMs)