Replace Resend env vars with SMTP config in .env.example

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-15 16:13:22 -07:00
parent 59a738bc23
commit 6120f41c94
1 changed files with 5 additions and 2 deletions

View File

@ -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