> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/references/references/email/email-open.md).

# When is an email registered as opened?

<div align="left" data-with-frame="true"><img src="/files/tf8VkKboRibhnmwa2FCy" alt="Email report graph with the number of opened emails highlighted"></div>

Email report graph, number of opened emails highlighted.

## Why opens are tracked this way

You might assume an "open" is an event the recipient's email client reports back to the sender, but that is not how email works. There is no built-in mechanism that tells the sender when a message has been opened. If you send mail to a colleague directly, you have no way of knowing whether they read it.

eMarketeer, like most email service providers, works around this by including a tracking pixel — a very small transparent image with a unique name — in each email. When that image is requested from the server, eMarketeer knows the contact tied to that unique name has opened the message.

The method works because most email clients load images automatically when the message is opened. Some clients block images by default if the sender is not in the recipient's address book. If a contact opens an email with images blocked, eMarketeer cannot register an open until they choose to show images or click a link in the email.

A click cannot exist without an open, so an email that records a click is automatically also recorded as opened.


---

# 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:

```
GET https://support.emarketeer.com/references/references/email/email-open.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
