From cf858792b7d9fb194b074ca4ccccf1e84fe44df3 Mon Sep 17 00:00:00 2001 From: Felipe Coutinho Date: Mon, 16 Feb 2026 18:51:17 +0000 Subject: [PATCH] fix: corrigir formato do RESEND_FROM_EMAIL no .env.example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 23e488a..a97e03d 100644 --- a/.env.example +++ b/.env.example @@ -25,7 +25,7 @@ DB_PORT=5432 # === Email (Opcional) === # Provider: Resend (https://resend.com) RESEND_API_KEY= -RESEND_FROM_EMAIL=noreply@example.com +RESEND_FROM_EMAIL=OpenMonetis # === OAuth (Opcional) === # Google: https://console.cloud.google.com/apis/credentials