feat: add FEEDBACK_EMAIL config setting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-02-18 17:39:52 -05:00
parent 38e9b7c4a8
commit dc93e96a20

View File

@@ -55,6 +55,7 @@ class Settings(BaseSettings):
# Email (Resend)
RESEND_API_KEY: Optional[str] = None
FROM_EMAIL: str = "ResolutionFlow <invites@resolutionflow.com>"
FEEDBACK_EMAIL: Optional[str] = None
@property
def email_enabled(self) -> bool: