Update SMTP password
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
4b1198271d
commit
bc41f6ae34
2 changed files with 3 additions and 3 deletions
|
|
@ -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 <envio@rever.com.br>` |
|
||||
|
||||
## 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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue