> For the complete documentation index, see [llms.txt](https://sitasys-ag.gitbook.io/evalink-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sitasys-ag.gitbook.io/evalink-tutorials/email.md).

# Email Integration

{% embed url="<https://www.youtube.com/watch?v=VttnMB9Rbho>" %}

Hi, and welcome to another evalink tutorial!&#x20;

In this tutorial, we will add and set up the **Email Integration** into your evalink talos account.

Before you start, you will need a dedicated e-mail address like `talos@sitasys.com`.

Your system administrator can help you to get the necessary credentials:

an SMTP host such as `smtp.office365.com`,

an SMTP port, which is usually port `587`,

and a set of username and password.

Once your email address is set up, you will need to add the integration into your evalink talos account.

From your evalink talos dashboard, navigate to the menu `Company`, and click on the tab `Integrations`.

Search for Email and click on: `Add Integration`.

Now, let’s configure the Email integration.

Enter:

* the e-mail address,&#x20;
* the SMPT host and port,&#x20;
* the username and password, provided by your administrator.

To finish the integration setup, click on `Submit`.

The state should now change to "Enabled". If not, you should double check the credentials you entered in the previous step.

As a verification step, you need to click on the three dots and then select the first option `Send test Email` to the email of your choice.

A confirmation message should appear at the top of the screen.

And... that’s it!

evalink talos is now configured to automatically send emails from your email address.


---

# 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://sitasys-ag.gitbook.io/evalink-tutorials/email.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.
