# Email

This section allows you to configure an SMTP relay to send emails to users and administrators when certain actions are triggered.

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

We recommend using AWS Simple Email Service (SES) to create an SMTP Relay of your own. You can use a domain (nuvens.cloud) or a subdomain (mail.nuvens.cloud), aligned with your strategy. You can then test the connection by clicking Validate Configuration button highlighted above.

To configure SES, follow the steps outlined on the [SES Configurations](/install/appendices/ses-configuration.md) page in the installation manual.


---

# Agent Instructions: 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://docs.nuvens.cloud/admin/configuration-section/settings/email.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.
