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

# Configurações

> **Acesso Antecipado**> \
> Este módulo está em fase inicial e, por ora, é voltado exclusivamente para corretores de seguros. Em breve será expandido para outros segmentos.

**Configurações SMTP** - Configure seu servidor de e-mail para envio automático das cotações e confirmações aos clientes.

Servidor de Saída:&#x20;

**1 - Servidor SMTP** (host) - **Exemplo:** smtp.locaweb.com.br / mail.dominio.com.br[^1]

**2 - Porta** - 587 (STARTTLS) / 465 (SSL-TLS)

Autenticação:

**1 - Usuário / Login** (seu endereço de e-mail) - **Exemplo:** <nome@dominio.com.br>

**2 - Senha** - A mesma senha que você utiliza para acessar o seu e-mail.

**3 - Nome do remetente** - Nome que você deseja que apareça para seu cliente (Pode ser o nome da sua empresa ou seu nome).

Clique no botão "**Salvar configurações**" e em seguida clique no botão "**Testar conexão SMTP**".

⚠ **ATENÇÃO**: Obrigatoriamente deverá aparecer a mensagem "<mark style="color:$success;">**Conexão SMTP verificada com sucesso!**</mark>"

Caso a mensagem de sucesso não apareça experimente trocar as portas 487 para 465 ou o inverso.

Caso o problema persista o erro deve estar na senha ou nome do servidor SMTP.

***

{% hint style="info" %}
Provedores comuns (Somente domínios próprios)\
**Locaweb**: smtp.locaweb.com.br - porta 587.\
**Titan**: smtp.titan.email - porta 587.\
**cPanel** (**Hostinger**, **UOL Host**, **etc**.): mail.seudominio.com.br - porta 587 (STARTTLS) ou 465 (SSL).&#x20;

#### <mark style="color:$primary;">⚠ O usuário é o e-mail completo.</mark>

{% endhint %}

[^1]: Normalmente hospedagens cPanel começam com mail


---

# 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.dataunix.com.br/configuracoes.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.
