eusend
Emails

Statuses

Every email moves through a lifecycle of statuses as it's processed and delivered.

Every email moves through a lifecycle of statuses as it's processed and delivered.

StatusMeaning
queuedEmail has been accepted and is waiting to be processed by the send worker.
scheduledEmail was created with scheduled_at and is waiting for its send time. It can still be rescheduled or canceled.
canceledA scheduled email was canceled before its send time. Terminal — it will not send, and the send is refunded to your monthly quota.
sendingEmail is being handed to the mail server for delivery.
sentThe mail server accepted the message and it is en route to the recipient.
deliveredDelivery confirmed.
bouncedEmail hard-bounced — the receiving server permanently rejected it (e.g. invalid address). The address is automatically suppressed. Transient (soft) failures are retried and do not set this status.
complainedRecipient reported the email as spam. Address is automatically suppressed.
suppressedThe recipient address is on the suppression list — email was not sent.
failedUnrecoverable send failure after all retry attempts.