> For the complete documentation index, see [llms.txt](https://docs.mailofly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mailofly.com/product-guides/mail-logs.md).

# Mail logs

Every attempt to deliver mail through Mailofly creates **log rows**: recipient, campaign, account used, status (pending, sending, sent, failed, deferred), and timestamps. Use this screen to debug delivery and confirm volume.

## What it is

Logs are append-only outcomes of the queue processor. They are not the same as marketing “opens/clicks” analytics—those may be added elsewhere; logs answer “did we hand off and complete SMTP for this recipient?”

## How it helps

* **Support** — find a specific address and see failure reasons.
* **Operations** — filter by campaign or account when tuning quotas.
* **API parity** — the same rows are available via `GET /api/v1/mail-logs` for integrations.

## How to use it

Open [Mail logs](https://www.mailofly.com/user/mail-logs). Search, filter by campaign or account, paginate, and use live refresh when you are watching a send complete.

## Vs ESP-only dashboards

Because logs sit next to your Mailofly campaigns and accounts, you can correlate a failed row with the exact campaign run and SMTP identity—without jumping between three vendor consoles.

## Related

* [REST API: Mail logs](/rest-api/mail-logs.md)
* [Mail logs in the app](https://www.mailofly.com/user/mail-logs)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mailofly.com/product-guides/mail-logs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
