feat: add daily waitlist report email (Brevo)
All checks were successful
Test & Deploy Waitlist / test (push) Successful in 35s
Test & Deploy Waitlist / deploy (push) Successful in 15s

This commit is contained in:
Roberto Musso
2026-04-11 20:28:29 +02:00
parent 352e25d651
commit d32fc7ae30
3 changed files with 282 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ class Settings(BaseSettings):
CONFIRM_BASE_URL: str = "https://adiuvai.com"
CONFIRM_TOKEN_EXPIRY_HOURS: int = 48
# Daily report
REPORT_RECIPIENT_EMAIL: str = "" # your email — leave empty to disable
model_config = {"env_file": ".env", "env_file_encoding": "utf-8"}
@property