diff --git a/backend/app/core/config.py b/backend/app/core/config.py index 4f43e6e4..adc81277 100644 --- a/backend/app/core/config.py +++ b/backend/app/core/config.py @@ -55,6 +55,7 @@ class Settings(BaseSettings): # Email (Resend) RESEND_API_KEY: Optional[str] = None FROM_EMAIL: str = "ResolutionFlow " + FEEDBACK_EMAIL: Optional[str] = None @property def email_enabled(self) -> bool: