PendingEmails
Fetches a list of emails ready to be sent by an external email service.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Integer | False |
ID of the email. |
| Mailbox | String | False |
Email Address of the pending email. |
| MIMEEmailPayload | String | False |
The email MIME payload. |
| MessageId | String | False |
The message id of the email that was sent. |
| Status | String | False |
Delivery status of the email. Valid statuses are 'sent' and 'failed'. |
| ErrorMessage | String | False |
The error message indicating why the email failed to send. |
| SentAt | String | False |
The time that the email was actually sent in iso8601 format. |