> For the complete documentation index, see [llms.txt](https://knowledgebase.qommentary.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.qommentary.com/qommentary-admin-console/getting-started/configuring-smtp-details.md).

# Configuring SMTP details

Qommentary sends email notifications as the default method of communication. You will need to enter SMTP settings to enable email notifications on your Qommentary environment.

1. Go to **Qommentary Admin Console**
2. Click on **Settings**<br>

   <figure><img src="/files/iDbenyvCW6X4z16MK7ME" alt=""><figcaption></figcaption></figure>

3\. Enter required SMTP settings:

| Field             | Description                                                                                                                                                                                                                                                              |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| SMTP username     | The SMTP server username (if required)                                                                                                                                                                                                                                   |
| SMTP password     | The SMTP server password (if required)                                                                                                                                                                                                                                   |
| Timeout           | Timeout in milliseconds for network streaming operations                                                                                                                                                                                                                 |
| Host              | The SMTP server FQDN                                                                                                                                                                                                                                                     |
| Port              | The SMTP server port number                                                                                                                                                                                                                                              |
| Use SSL           | The connection should use SSL or TLS encryption immediately                                                                                                                                                                                                              |
| Use TLS           | Elevates the connection to use TLS encryption immediately after reading the greeting and capabilities of the server. If the server does not support the STARTTLS extension, then the connection will fail and a NotSupportedException will be thrown. Default is TLS 1.2 |
| From email        | Default sender email address to use when sending email messages                                                                                                                                                                                                          |
| From display name | Default sender display name to use when sending email messages                                                                                                                                                                                                           |

{% hint style="warning" %}
If you select the "Use SSL" option, this one will take precedence over the "Use TLS"
{% endhint %}

{% hint style="warning" %}
You may need to set user name and password parameters if the server requires authentication.
{% endhint %}


---

# 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://knowledgebase.qommentary.com/qommentary-admin-console/getting-started/configuring-smtp-details.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.
