mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 18:06:42 +02:00
feat(auth): add Brevo email integration for password reset and org invites
This commit is contained in:
parent
f37f85eded
commit
c5ffd92bad
14 changed files with 1041 additions and 554 deletions
|
|
@ -35,3 +35,10 @@ CREDITS_DAILY_FREE=5
|
|||
# Rate Limiting
|
||||
RATE_LIMIT_TTL=60
|
||||
RATE_LIMIT_MAX=100
|
||||
|
||||
# Email (Brevo)
|
||||
# Get your API key from: https://app.brevo.com/settings/keys/api
|
||||
# Without this key, emails are logged to console only (dev mode)
|
||||
BREVO_API_KEY=
|
||||
EMAIL_SENDER_ADDRESS=noreply@manacore.app
|
||||
EMAIL_SENDER_NAME=ManaCore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue