> For the complete documentation index, see [llms.txt](https://help.tellius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tellius.com/settings/notifications/email-configuration.md).

# Email Configuration

Under **Settings → Workspace → Notifications → Email Configuration,** admins can set up the SMTP server that Tellius uses to send emails, such as alerts and notifications.

<figure><img src="https://3138146484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM1pa9Nct9EmVU4Ol8Mol%2Fuploads%2F9uxaudtiWftvlILWxluS%2Fimage.png?alt=media&amp;token=b7a7e3ad-5a64-4c29-b7c4-630574a14bb5" alt="" width="563"><figcaption></figcaption></figure>

### SMTP server

**Server** *(required)*: The address of your SMTP mail server, for example `smtp.gmail.com`. You get this value from your email provider.

**Port** *(required)*: The port number the SMTP server uses, for example `465`. The correct port depends on your provider and the security type you choose.

**From Email** *(required)*: The email address that Tellius sends messages from, for example `alerts@tellius.com`. This is the address recipients see in the "From" field.

### Authentication

**Authentication** *(toggle)*: Turn this on if your SMTP server requires a username and password to send email. When it is on, the Security Type, Username, and Password fields below apply.

**Security Type**: The encryption method used for the connection, selected from a dropdown (for example, SSL). Choose the option your SMTP server and port require.

**Username (optional)**: The username used to sign in to the SMTP server, often the same as the From Email address.

**Password (optional)**: The password or app password used to sign in to the SMTP server. The value is hidden as you type.

### Testing and saving

**Validate connection**: Click this to test the SMTP settings before saving, so you can confirm the server, port, and credentials work.

Click **Save** to apply the configuration, or **Cancel** to discard your changes.


---

# 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.tellius.com/settings/notifications/email-configuration.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.
