From bc41f6ae34fe45b8795e3abdb0ba05303c56cced Mon Sep 17 00:00:00 2001 From: rever-tecnologia Date: Fri, 5 Dec 2025 16:28:27 -0300 Subject: [PATCH] Update SMTP password MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .env.example | 2 +- docs/SMTP.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 134e0cd..3bd8cbc 100644 --- a/.env.example +++ b/.env.example @@ -21,7 +21,7 @@ SMTP_HOST=smtp.c.inova.com.br SMTP_PORT=587 SMTP_SECURE=false SMTP_USER=envio@rever.com.br -SMTP_PASS=P@W#rvr00 +SMTP_PASS=CAAJQm6ZT6AUdhXRTDYu SMTP_FROM_NAME=Sistema de Chamados SMTP_FROM_EMAIL=envio@rever.com.br diff --git a/docs/SMTP.md b/docs/SMTP.md index 752827f..e8e3ee2 100644 --- a/docs/SMTP.md +++ b/docs/SMTP.md @@ -10,7 +10,7 @@ Configuracao do servidor de email para envio de notificacoes do sistema. | Porta | `587` | | TLS/SSL | STARTTLS (secure: false) | | Usuario | `envio@rever.com.br` | -| Senha | `P@W#rvr00` | +| Senha | `CAAJQm6ZT6AUdhXRTDYu` | | Remetente | `Sistema de Chamados ` | ## Variaveis de Ambiente @@ -20,7 +20,7 @@ SMTP_HOST=smtp.c.inova.com.br SMTP_PORT=587 SMTP_SECURE=false SMTP_USER=envio@rever.com.br -SMTP_PASS=P@W#rvr00 +SMTP_PASS=CAAJQm6ZT6AUdhXRTDYu SMTP_FROM_NAME=Sistema de Chamados SMTP_FROM_EMAIL=envio@rever.com.br ```