Types
EmailSendStatus
enum
EmailSendStatusValues
PENDING
The email is being sent.
SENT
The email was sent successfully to all recipients.
BOUNCED
Some (or all) of the recipients bounced the email, meaning they did not recieve it. Check 'bounces' for more details on which recipients bounced.
FAILED
The email failed to send. This will happen if the main recipient (To) bounced the email, or if there was an unexpected error sending the email.

