> For the complete documentation index, see [llms.txt](https://docs.gaiodataos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gaiodataos.com/gaio-dataos-spanish/configuraciones/general/smtp.md).

# SMTP

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

La sección **Configuración SMTP** permite definir el servidor de correo electrónico que Gaio DataOS utilizará para enviar notificaciones del sistema, alertas y mensajes transaccionales (como invitaciones de usuario, restablecimiento de contraseñas y eventos del sistema).

Esta configuración es global por proyecto y debe estar habilitada para que el envío de correos funcione correctamente.

***

## Acceso a la Configuración SMTP

Completa los siguientes campos:

* **Servidor SMTP:** Ingresa la dirección del servidor SMTP (por ejemplo, `smtp.office365.com`, `smtp.gmail.com`, etc.).
* **Puerto SMTP:** Configura el puerto utilizado por tu proveedor.
* **Método de Encriptación:** Define el tipo de cifrado para la conexión SMTP (TLS o SSL).
* **Nombre del Remitente:** Nombre visible que aparecerá como remitente en los correos del sistema.
* **Usuario SMTP:** Cuenta de correo utilizada para autenticarse en el servidor SMTP.
* **Contraseña SMTP:** Contraseña asociada al usuario SMTP.

#### Compatibilidad con Microsoft / Office 365

Si utilizas SMTP de Microsoft / Office 365, habilita la opción correspondiente.\
Esto aplica configuraciones específicas de compatibilidad y manejo de autenticación para Microsoft.

***

### Activar o Desactivar SMTP

* **Activado:** Gaio intentará enviar correos utilizando el servidor configurado.
* **Desactivado:** No se enviará ningún correo del sistema.

***

## Probar la Conexión SMTP

Antes de guardar, siempre valida la configuración:

1. Haz clic en **Probar Conexión SMTP**.
2. Gaio intentará autenticarse y enviar un mensaje de prueba.

Si la prueba es exitosa, la configuración está lista para usarse.

Si falla, revisa:

* Servidor y puerto
* Tipo de encriptación
* Credenciales
* Restricciones del firewall o del proveedor de correo

***

## Guardar la Configuración

Después de una prueba exitosa:

1. Haz clic en **Guardar**.
2. La configuración SMTP se activará inmediatamente.
3. Todas las notificaciones del sistema comenzarán a utilizar este servidor de correo.

***

## Proveedores SMTP Comunes

| Proveedor  | Host                      | Puerto | Cifrado |
| ---------- | ------------------------- | ------ | ------- |
| Office 365 | smtp.office365.com        | 587    | TLS     |
| Gmail      | smtp.gmail.com            | 587    | TLS     |
| SendGrid   | smtp.sendgrid.net         | 587    | TLS     |
| Amazon SES | email-smtp..amazonaws.com | 587    | TLS     |


---

# 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:

```
GET https://docs.gaiodataos.com/gaio-dataos-spanish/configuraciones/general/smtp.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.
