feat: add user feedback form with DB persistence and email notifications #81
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user