How Google App instance can get the list of developers (like in Administration > Developers).
Hard-coding developer's email is a bad idea because nothing lasts forever.
I would like to get a solution in python (because I don't know java).
|
How Google App instance can get the list of developers (like in Administration > Developers). Hard-coding developer's email is a bad idea because nothing lasts forever. I would like to get a solution in python (because I don't know java). |
|||||||
|
|
There's no way to do this programmatically, currently. If you only need to email all the admins, however, you can use send_mail_to_admins. |
|||||||
|