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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user