feat: add daily waitlist report email (Brevo)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user