> For the complete documentation index, see [llms.txt](https://ajuda.digitalsac.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.digitalsac.io/digicrm/operacao-uso-do-sistema/configuracoes/configuracoes-globais/smtp-e-email.md).

# SMTP e Email

**Caminho:** Configurações → Globais

\[\[FOTO]]

#### 1) SMTP/Email

| Campo                       | Chave                             | Para que serve                           | Valores                                   |
| --------------------------- | --------------------------------- | ---------------------------------------- | ----------------------------------------- |
| Host SMTP                   | `smtp_host_global`                | Servidor SMTP global                     | string; default `''`                      |
| Porta SMTP                  | `smtp_port_global`                | Porta SMTP                               | número/string; default `'465'`            |
| Usuário SMTP                | `smtp_user_global`                | Auth SMTP                                | string                                    |
| Senha SMTP                  | `smtp_pass_global`                | Auth SMTP (toggle show/hide)             | string                                    |
| Nome do Remetente           | `smtp_from_name_global`           | Nome From                                | string                                    |
| Email do Remetente          | `smtp_from_email_global`          | Email From                               | email                                     |
| Frase remetente recuperação | `mail_name_sender_global`         | Texto no From de recuperação de senha    | string                                    |
| Frase remetente confirmação | `mail_confirmation_sender_global` | Texto no From de confirmação de cadastro | string                                    |
| Conexão Segura              | `smtp_secure_global`              | SSL/secure                               | boolean; default `true`                   |
| Usar TLS                    | `smtp_tls_global`                 | TLS                                      | boolean; default `true`                   |
| Testar Email                | *(UI)* `emailTeste`               | Destino do teste                         | email; `POST /settings/global/test-email` |

***
