Update SMTP password

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
rever-tecnologia 2025-12-05 16:28:27 -03:00
parent 4b1198271d
commit bc41f6ae34
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ SMTP_HOST=smtp.c.inova.com.br
SMTP_PORT=587 SMTP_PORT=587
SMTP_SECURE=false SMTP_SECURE=false
SMTP_USER=envio@rever.com.br SMTP_USER=envio@rever.com.br
SMTP_PASS=P@W#rvr00 SMTP_PASS=CAAJQm6ZT6AUdhXRTDYu
SMTP_FROM_NAME=Sistema de Chamados SMTP_FROM_NAME=Sistema de Chamados
SMTP_FROM_EMAIL=envio@rever.com.br SMTP_FROM_EMAIL=envio@rever.com.br

View file

@ -10,7 +10,7 @@ Configuracao do servidor de email para envio de notificacoes do sistema.
| Porta | `587` | | Porta | `587` |
| TLS/SSL | STARTTLS (secure: false) | | TLS/SSL | STARTTLS (secure: false) |
| Usuario | `envio@rever.com.br` | | Usuario | `envio@rever.com.br` |
| Senha | `P@W#rvr00` | | Senha | `CAAJQm6ZT6AUdhXRTDYu` |
| Remetente | `Sistema de Chamados <envio@rever.com.br>` | | Remetente | `Sistema de Chamados <envio@rever.com.br>` |
## Variaveis de Ambiente ## Variaveis de Ambiente
@ -20,7 +20,7 @@ SMTP_HOST=smtp.c.inova.com.br
SMTP_PORT=587 SMTP_PORT=587
SMTP_SECURE=false SMTP_SECURE=false
SMTP_USER=envio@rever.com.br SMTP_USER=envio@rever.com.br
SMTP_PASS=P@W#rvr00 SMTP_PASS=CAAJQm6ZT6AUdhXRTDYu
SMTP_FROM_NAME=Sistema de Chamados SMTP_FROM_NAME=Sistema de Chamados
SMTP_FROM_EMAIL=envio@rever.com.br SMTP_FROM_EMAIL=envio@rever.com.br
``` ```