WebGee DocsDocs
Mail Delivery Center

Email logs

Find a single message and read what the receiving server said about it — the fastest way to answer "why didn't they get my email?"

Email Logs is a searchable record of individual messages: who sent them, who they went to, and what happened. Applies to all plans that send through the outbound relay.

This is the page that answers "they say they never got it".

Email Logs with the filter panel above the message table

Filters

FilterUse
From EmailNarrow to one sender
To EmailNarrow to one recipient
Subject ContainsFind a message by subject text
Start Date / End DateBound the search
Delivery StatusAll, or one outcome

Clear All resets them.

Filter by recipient and date first. It is the fastest route to a single message, and it avoids reading a table of a hundred rows to find one.

Reading a row

ColumnMeaning
DateWhen the relay handled the message
StatusDelivered, Failed or Unknown
From / ToEnvelope sender and recipient
SubjectThe message subject
ResponseThe receiving server's own reply, verbatim
OriginThe relay IP the message left from

Delivered messages in the log, one row per message

The Response column is the useful part, because it is the receiving server's own words about why. Delivery Status filters to Delivered, Failed or Unknown; the last covers messages the relay accepted but has no final outcome for yet.

A Delivered status means accepted by the recipient's server — not that it reached their inbox. A message can be delivered and still be filed as spam at the far end.

That distinction matters when someone insists they never received a message that shows as delivered. The next place to look is their spam folder, not this page. See Why your email is marked as spam.

Reading a failure

Filter Delivery Status to Failed and the Response column names the cause:

Failed messages, with the receiving server's rejection text in the Response column

Two responses account for most failures:

ResponseWhat it meansWhat to do
452-4.2.2 The recipient's inbox is out of storage spaceThe mailbox at the far end is fullNothing at your end. Tell the recipient, or wait and retry
Recipient was found from suppression listThe address bounced before and is now suppressedConfirm the address is real, then release it in Blocked emails

The first is the recipient's problem. The second is yours: it means you kept sending to an address that already failed, which is the pattern mailbox providers read as a stale list.

Details and Not Spam

Some delivery responses carry Details and Not Spam links, which open the receiving provider's own page in a new tab — to see why a message was flagged, or to report it as legitimate.

Use Not Spam when a provider has wrongly filtered you. It is a signal to that provider, not to WebGee, and it is one of the few direct ways to influence how a large mailbox provider treats your domain.

Working through a delivery complaint

  1. Filter by the recipient's address and the date they expected it.
  2. No row at all — the message never reached the relay. The problem is in your application or mail client, not delivery. See Why mail from your PHP script fails.
  3. Failed — read the response. It usually names the reason: unknown address, full mailbox, or a spam rejection.
  4. Delivered — it reached their server. Ask them to check spam, and look at Email Deliverability if it is happening repeatedly.

On this page