# Mail Server

## **Introduction**

The Mail Server settings enable users to configure the email server used by the application. This section covers the steps to set up and manage the mail server settings, ensuring reliable email communication within the system.

{% embed url="<https://youtu.be/eLhc6O6rX4Q>" %}

***

## **Mail Server Configuration**

<figure><img src="/files/09KghHv9mPtBIAbej3nj" alt=""><figcaption><p>Screen View</p></figcaption></figure>

**Sending Notifications via Email**

Configure the settings to send alert and critical notifications to specific email addresses.

<details>

<summary><strong>Server Name</strong></summary>

Enter the host address of the mail server.

</details>

<details>

<summary><strong>PORT/SSL</strong></summary>

Specify the connection port for the mail server.

</details>

<details>

<summary><strong>Sender Name</strong></summary>

Enter the name of the sender.

</details>

<details>

<summary><strong>Sender Email Address</strong></summary>

Provide the **"From"** email address for outgoing mails.

</details>

<details>

<summary><strong>Email Type</strong></summary>

Select SMTP or SMTPS as the email protocol.

</details>

<details>

<summary><strong>Enable TLS</strong></summary>

Choose "Yes" or "No" to enable or disable TLS encryption.

</details>

<details>

<summary><strong>Requires Authentication</strong></summary>

* Check this option if authentication is needed
* Enter the username and email of the mail address.

</details>

<details>

<summary><strong>Testing Email Sending</strong></summary>

* To ensure proper configuration, test mail sending by entering a valid email address.
* Click **"Send a test mail"** to send a test email to the specified address.

</details>


---

# 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.autommate.com/userguide/product-features/settings/mail-server.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.
