

What it shows
Each row is a delivery attempt. The columns tell you:| Column | What it means |
|---|---|
| Event | Outcome: delivered (green), deferred (yellow), bounced (red), rejected |
| Delivery Time | When the attempt happened |
| Sender | Address the message came from |
| Recipient | Where it was going |
| Result | Server-readable status code and the receiving server’s response message |
| Action | Click for the full headers and the SMTP transcript |
How to read the events
- Delivered. The receiving mail server accepted the message. Doesn’t guarantee the recipient saw it (could be in their spam folder), but the handoff worked.
- Deferred. The receiving server is temporarily refusing. Common causes: rate limiting, greylisting, your IP not yet warmed up, the recipient’s mailbox is full. cPanel will retry on a schedule.
- Bounced. The receiving server rejected the message permanently. The Result column tells you why: “no such user”, “blocked by policy”, “SPF check failed”, and similar.
- Rejected. Your own server rejected the message before it even left (usually local quota or filter rules).
Filters
The form at the top narrows the search:- Sender or Recipient — show events for one address only
- Time period — last hour, day, week (defaults to recent)
- Event type — only show bounces, only show deferred, etc.
Tips
- First place to look when mail “disappears”. If the sender’s address shows successful delivery but the recipient says they didn’t get it, the message reached the receiving server. The problem is on their side: spam folder, alias misrouting, mailbox rule. Forward them the Track Delivery row as evidence.
- Repeated deferrals. A few deferrals are normal during transient issues. Persistent deferrals (hours or days) usually mean the receiving server has flagged something about your domain. Run an Email Deliverability check to verify SPF, DKIM, and DMARC are right.
- Bounces with “blocked” or “rejected” in the response often quote the reason. Common ones: missing or invalid SPF, missing DKIM signature, IP in a public blocklist. The Email Deliverability tool fixes most of these.

