From 6120f41c94793274ed662024b7f38a31122ee616 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sun, 15 Feb 2026 16:13:22 -0700 Subject: [PATCH] Replace Resend env vars with SMTP config in .env.example Co-Authored-By: Claude Opus 4.6 --- .env.example | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 81e7a49..a05df84 100644 --- a/.env.example +++ b/.env.example @@ -17,8 +17,11 @@ JWT_SECRET=generate_a_strong_secret_here # App CORS_ORIGINS=http://localhost:3000 -# Email (Resend) -RESEND_API_KEY=re_xxx +# SMTP Email (Mailcow) +SMTP_HOST=mx.jeffemmett.com +SMTP_PORT=587 +SMTP_USER=noreply@jeffemmett.com +SMTP_PASS=changeme # Frontend NEXT_PUBLIC_API_URL=http://localhost:8000/api