![]() |
App Engine PHP SDK
v1 rev.445
The PHP runtime is available as an experimental Preview feature.
|
Public Member Functions | |
send () | |
Protected Member Functions | |
getFunctionArray () | |
Additional Inherited Members |
Allows users to send mail to application admins using the App Engine mail APIs.
|
protected |
Returns the class variable $set_functions array, or the corresponding value in that array if a key is provided.
google\appengine\api\mail\AdminMessage::send | ( | ) |
Send the pre-formed email from the Message object to application admins.
InvalidArgumentException If a required field (sender, recipient [to, cc or bcc], subject, body [plain or html]) is missing, or if an ApplicationError was thrown by the RPC call due to an unauthorized sender, an invalid attachment type, or an invalid header name. | |
RuntimeException If an ApplicationError was thrown by the RPC call due to an internal error or bad request. | |
ApplicationError | If there was an unknown error in the RPC call. |