# Email

Under **Settings → Application Settings → Email**, admins can set up SMTP (Simple Mail Transfer Protocol) configurations in Tellius. These settings are essential for sending out system-generated emails such as alerts, notifications, anomaly updates, and scheduled report exports.

<figure><img src="/files/XZmfUK8ZQrDe4oaZegNN" alt="" width="563"><figcaption><p>Email settings</p></figcaption></figure>

* **Server**\
  Enter the SMTP server address used to send emails.
* **Port**\
  The port through which Tellius will communicate with your SMTP server.\
  Common values:
  * `465` for SSL
  * `587` for TLS
* **From Email**\
  The sender's email address that will appear in the "From" field of emails sent by Tellius.
* **Authentication** \
  Enable this if your SMTP server requires login credentials to send emails. Most providers (like Gmail, Outlook, etc.) require authentication.
* **Secure Connection** \
  Ensures emails are sent securely using encryption (SSL/TLS). Always recommended for data privacy and protection.
* **Security Type**\
  Select the encryption method used by your email provider:
  * **SSL** (Secure Sockets Layer): Uses port 465.
  * **TLS** (Transport Layer Security): Uses port 587.
* **Username (Optional)**\
  Enter the username for SMTP login—usually the same as the "From Email".\
  This is required if **Authentication** is enabled.
* **Password (Optional)**\
  Enter the SMTP password or an app-specific password. This field is secured and masked.

### Run Validation

1. After entering all necessary details, click on **Run Validation**.
2. Tellius will test the SMTP connection using the provided information.
3. A success or error message will confirm whether the configuration works.

If validation fails:

* Double-check credentials.
* Ensure correct port and security type.
* Confirm firewall or email provider isn't blocking connections.


---

# 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://help.tellius.com/tellius-6.3/settings/application-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.
