> For the complete documentation index, see [llms.txt](https://docs.nannyml.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nannyml.com/cloud/v0.21.0/deployment/application-setup/notifications.md).

# Notifications

On the Notifications tab, you can setup an email provider to send notifications from NannyML Cloud to the registered users. It is possible to:

* Disable the notifications
* Use the preconfigured third-party email provider
* Use your own SMTP server

## Disable notifications

Disable notifications settings means no notification will be sent through email.

## SaaS

The SAAS option enables NannyML Cloud's preconfigured email provider. No further configuration is required.

{% hint style="warning" %}
NannyML Cloud uses Resend as a third-party email provider. Using this services means some of your model details might be shared with this provider and stored on their systems for some time. \
\
If you don't want this behavior, we recommend using your own SMTP server.
{% endhint %}

<figure><img src="https://1673962307-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvipr4qR9MrP243sDPhAQ%2Fuploads%2FMrHAciIWtIJGv4NJhK1W%2FScreenshot%202024-07-08%20at%2016.44.39.png?alt=media&amp;token=422cff35-1cbf-4bf0-8b44-fe1ee0cb206e" alt=""><figcaption><p>Configuring the SaaS notification provider</p></figcaption></figure>

## SMTP

Selecting the SMTP setting allows you to specify a connection to your self-hosted, self-managed SMTP server. This might be required for privacy or organizational policies.

You must provide the following settings:

* **Host**: the host name of your SMTP server, e.g. `smtp.example.com`
* **Port**: the port number to connect to. The standard value is `587`, though `465` is also often used.
* **Username**: the username used to connect to the SMTP server, e.g. `nannyml`&#x20;
* Password: the password used to connect to the SMTP server, e.g. `passw0rd`
* Sender: the email address used to send the email from, e.g. `nannyml-notifications@example.org`

<figure><img src="https://1673962307-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvipr4qR9MrP243sDPhAQ%2Fuploads%2FnE5tWq94aLBnYxrGQtWa%2FScreenshot%202024-07-08%20at%2016.45.02.png?alt=media&amp;token=025fda9d-ab94-4f7f-96e9-a8114fa19908" alt=""><figcaption><p>Configuring the SMTP notification provider </p></figcaption></figure>

After adding the SMTP configuration data, you can test by sending a test email. After providing the recipient email address, hit the **Send test email** button and check the recipient inbox. If the email arrives, your connection was set up correctly!
