Legacy API v1 for sending emails - simple and straightforward
Only application/json is supported
Email object.
Request was accepted. This doesn't necessarily mean immediate delivery or even queueing of the emails for delivery. It just means that the request was well-formed and accepted, but you need to check the response for success_count and fail_count to make sure about the status of your request.
Number of messages that were queued for sending.
1
Number of messages that failed to be queued for sending.
1
The reason the email failed to be sent to a recipient.
[
"[email protected]: The email account that you tried to reach does not exist."
]