How to get google app engine admin mail address?

Lukas

Is there a way in Google App Engine (Java) to get the the email address of the admin that is allowed to send mails without hardcoding it somewhere?

Currently I use the Java System property in the appengine-web.xml. Something like the uploader of the app would be fine, too.

Background of this question: I create an app that students have to clone in their own GAE instance. Hence the cloning effort should be minimized as much as possible.

gipsy

I believe what you are looking for is the way to figure out the email id that is valid to send out mail from. You can figure out the appid dynamically using the App Identity API and construct the sender email id dynamically.

https://cloud.google.com/appengine/docs/java/appidentity/

Once you have the appid you can construct the email id as [email protected] where 'string' can be anything and 'appid' is the appid you got from the Identity API.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Obtaining clients IP address in GWT and Google App Engine

How fast is Google App Engine?

Google App Engine Golang - how to get user's IP address?

How to get an old Google App Engine SDK version

How to send request to url that is set to 'login:admin' in google app engine?

IP Address of Google App engine application

Google App Engine python inbound mail LookupError: unknown encoding

Mail Gun Email Not Working In Flask On Google App Engine

How to deploy Ktor app on Google App Engine?

How is a Django app on Google App Engine structured?

Odd behavior with inlined user profile in Django admin on Google App Engine

app engine mail is not sending

How to get entities near specific entity in Google App Engine Objectify?

How do I get SoapClient working with Google App Engine (GAE)?

How to extract email body using the google app engine mail api?

How to use appspotmail address to send in App Engine?

Is there a way to change from address/email id on email sent from Google App engine Mail

How to get notified of Google App Engine Task Queue failure

How to configure an app on Google App Engine to Receive Email on any email address?

How can I check that I gave the "Get Windows 10" app the right e-mail address?

Using aliased email address to send mail from Google App Engine

Google App Engine Datastore how to get entity for Key<?>

How to get current num of google app engine instances?

Admin Authentication Forbidden in Google App Engine (PHP Flex)

Google App Engine Django App Admin login causes 502

How to setup flask-admin and flask-sqlalchemy for postgresql on Google App Engine?

Does standard App Engine send a mail automatically to the admin if the app is out of capacity?

Running firebase admin and firestore on google app engine

How to run Google App Engine app indefinitely