> For the complete documentation index, see [llms.txt](https://docs.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vectra.ai/configuration/qux-specific/digest-emails.md).

# Digest emails

## Introduction:

Digest Emails setting on Vectra brain is enabled to send a summary of detections count per category for the last 24 hours to up to three email addresses..

## Prerequisite:

The SMTP must be configured on the Vectra Brain. The steps to configure and verify the connection and authantication with the SMTP server on Vectra brain is listed at: [How do I configure SMTP on a Brain? (Quadrant UX)](/configuration/qux-specific/smtp-configuration-qux.md)

## Steps:

* Go to: Brain-Web-UI > Settings > Notifications > Digest Emails. Click on Edit:

![](/files/jkylJGNu92ojiSSavDtq)

* Configure:
  1. Set "Digest email is enabled" to "on" .
  2. Type the target email address.
  3. Click on Save/\
     ![](/files/PQTmervxgsueznmFzfdG)

## Verification:

Wait for 24 hours and verify with the target email address recipient if they have received "Digest Email".

## Troubleshooting:

The most common reason is SMTP connection or authentication failure. The simple way to verify that is by running a test on an SMTP connection as guided in the "prerequisite" section of this article. For any further assistance or help; please reach out to the Vectra Support team with test results.


---

# 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.vectra.ai/configuration/qux-specific/digest-emails.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.
