Public Access
feat: wire SendGridEmailBackend with from_email/reply_to settings
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,8 @@ class Settings(BaseSettings):
|
||||
DATABASE_URL: str = ""
|
||||
|
||||
SENDGRID_API_KEY: Optional[str] = None
|
||||
SENDGRID_FROM_EMAIL: str = "peter@research.bike"
|
||||
SENDGRID_REPLY_TO: str = "peter@research.bike"
|
||||
EMAIL_BACKEND: str = "console"
|
||||
LUCKY_CA_URL: str = "https://www.luckyncal.com"
|
||||
# Swiftly product API (replaces Playwright path). The bearer JWT is
|
||||
|
||||
Reference in New Issue
Block a user