feat(auth): add Brevo email integration for password reset and org invites

This commit is contained in:
Wuesteon 2025-12-16 03:33:15 +01:00
parent f37f85eded
commit c5ffd92bad
14 changed files with 1041 additions and 554 deletions

View file

@ -60,6 +60,11 @@ STRIPE_SECRET_KEY=sk_test_YOUR_KEY
STRIPE_PUBLISHABLE_KEY=pk_test_YOUR_KEY
STRIPE_WEBHOOK_SECRET=whsec_YOUR_SECRET
# Brevo Email Service (get key from https://app.brevo.com/settings/keys/api)
BREVO_API_KEY=
EMAIL_SENDER_ADDRESS=noreply@manacore.ai
EMAIL_SENDER_NAME=ManaCore
# ============================================
# CHAT PROJECT
# ============================================