feat: add user feedback form with DB persistence and email notifications #81
@@ -55,6 +55,7 @@ class Settings(BaseSettings):
|
|||||||
# Email (Resend)
|
# Email (Resend)
|
||||||
RESEND_API_KEY: Optional[str] = None
|
RESEND_API_KEY: Optional[str] = None
|
||||||
FROM_EMAIL: str = "ResolutionFlow <invites@resolutionflow.com>"
|
FROM_EMAIL: str = "ResolutionFlow <invites@resolutionflow.com>"
|
||||||
|
FEEDBACK_EMAIL: Optional[str] = None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def email_enabled(self) -> bool:
|
def email_enabled(self) -> bool:
|
||||||
|
|||||||
Reference in New Issue
Block a user