> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oviond.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Email logs

> Every email Oviond has sent — status, events, and any errors.

The **Email activity** section of **Settings → Email settings** (`/settings/email-settings`) shows the emails Oviond has sent for your account, with their current status. Activity is sourced from the email provider, so a sending domain or SMTP server must be configured for rows to appear.

## Columns

| Column        | Description                                                                                                  |
| ------------- | ------------------------------------------------------------------------------------------------------------ |
| **Recipient** | The to-address that received the email.                                                                      |
| **Subject**   | The subject line as rendered.                                                                                |
| **Status**    | The latest delivery state — `sent`, `delivered`, `opened`, `clicked`, `bounced`, `complained`, or `delayed`. |
| **Sent**      | When the email was sent.                                                                                     |

Click a row to open **Email details**, which shows the from-address, subject, recipients, a timeline of events (sent, delivered, bounced, clicked) with timestamps, any error, and the rendered HTML body.

## Events

Provider webhook events update each row as they arrive:

* **Delivered** — accepted by the recipient's provider.
* **Bounced** — the recipient's provider rejected the message (a hard bounce means an invalid address). Bounced and complained recipients are added to your suppression list and skipped on future sends.
* **Delayed** — temporary failure that usually retries.
* **Opened** / **Clicked** — engagement tracked by the provider.

## Filters

* **Search** — find activity by recipient or subject.
* **Status** — show only a specific status.
* **Date range** — last 24 hours, 3, 7, 14, or 30 days, or all time.

Results are paginated.
