![]() |
Sends email to administrators on behalf of the application.
google.appengine.api.mail.SendMailToAdmins(
sender,
subject,
body,
make_sync_call=google.appengine.api.apiproxy_stub_map.MakeSyncCall
,
**kw
)
Args | |
---|---|
sender
|
Sender email address as it appears in the 'From' email line. |
subject
|
Message subject string. |
body
|
Plain-text body. |
make_sync_call
|
Function used to make a sync call to an API proxy. |
**kw
|
Keyword arguments that are compatible with the EmailMessage keyword
based constructor.
|
Raises | |
---|---|
InvalidEmailError
|
If an invalid email address was specified. |