fix: corrigir formato do RESEND_FROM_EMAIL no .env.example

Adiciona nome de exibição ao email remetente para evitar que
destinatários vejam apenas "noreply" como remetente.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-02-16 18:51:17 +00:00
parent f953a1d124
commit cf858792b7

View File

@@ -25,7 +25,7 @@ DB_PORT=5432
# === Email (Opcional) === # === Email (Opcional) ===
# Provider: Resend (https://resend.com) # Provider: Resend (https://resend.com)
RESEND_API_KEY= RESEND_API_KEY=
RESEND_FROM_EMAIL=noreply@example.com RESEND_FROM_EMAIL=OpenMonetis <noreply@seudominio.com>
# === OAuth (Opcional) === # === OAuth (Opcional) ===
# Google: https://console.cloud.google.com/apis/credentials # Google: https://console.cloud.google.com/apis/credentials