> For the complete documentation index, see [llms.txt](https://help.activenow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.activenow.io/en/communication/email-not-delivered-to-participant.md).

# Email Not Delivered to a Participant

A participant says they didn't receive an email? The cause depends on what's shown next to their email address and the message status in the communication history.

## A red exclamation mark appears next to the email address

A red exclamation mark means the email address doesn't exist — the message could not be delivered because no mailbox with that address exists. Confirm the correct email address with the participant, update it in their profile, and resend the message.

<figure><img src="/files/FWO63XI4cLxqhWWZNCuE" alt=""><figcaption></figcaption></figure>

## No exclamation mark, message status: Delivery failure

If there's no exclamation mark but the message status is ***Delivery failure***, it means the participant's mailbox is full — the message reached the recipient's server but there was no space to store it. Let the participant know they need to free up space in their inbox.

## No exclamation mark, message status: Delivered

If the status is ***Delivered***, the message reached the recipient's server. If the participant can't find it, ask them to:

* search for the message by sender address: **<hello@activenow.io>**
* check their spam folder


---

# 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://help.activenow.io/en/communication/email-not-delivered-to-participant.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.
