Concepts
Sending Lifecycle

Sending Lifecycle

PING8 separates attempt progress from delivery outcome.

Task progress means PING8 has processed recipients for a task. It does not mean every recipient received the email in their inbox. Inbox delivery is measured through delivery lifecycle events.

Lifecycle states

StateMeaning
PendingThe message is waiting to be prepared or queued.
QueuedThe delivery engine accepted the message for sending.
AcceptedThe downstream mail path accepted the message for delivery attempt.
DeliveredThe recipient provider accepted the message. This still does not guarantee inbox placement.
DeferredThe recipient provider temporarily delayed the message.
BouncedThe recipient provider rejected the message permanently or after retries.
ExpiredThe delivery engine stopped retrying after the retry window.
ComplainedA complaint event was received from a provider or feedback path.
SuppressedPING8 skipped the recipient because of unsubscribe, bounce, complaint, or suppression rules.
OpenedAn open tracking pixel was loaded.
ClickedA tracked link was clicked.

How to read campaign progress

Use these rules:

  • Progress tells you how much of the task has been attempted.
  • Success / Failed should come from delivery telemetry.
  • Analytics explains provider-level delivery, engagement, and failure behavior.
  • Failure Details shows why recipients failed or did not receive telemetry.

What success looks like

For a healthy first send:

  1. The test send queues successfully.
  2. A lifecycle event appears for the recipient.
  3. Delivered, deferred, bounced, or suppressed counts update.
  4. Failure details show provider responses when a message fails.

Common mistakes

  • Assuming 100% progress means inbox delivery.
  • Launching a full group before one-recipient telemetry is confirmed.
  • Ignoring deferred messages too early; some providers retry later.
  • Treating opens as exact counts. Privacy features can block or prefetch pixels.

Related pages