simplifications and refactorings
This commit is contained in:
@@ -46,7 +46,7 @@ class Settings(BaseSettings):
|
||||
smtp_username: str = ""
|
||||
smtp_password: str = ""
|
||||
smtp_from_address: str = ""
|
||||
smtp_from_name: str = "Media Library Viewer"
|
||||
smtp_from_name: str = "Manage"
|
||||
smtp_use_tls: bool = True
|
||||
smtp_use_ssl: bool = False
|
||||
smtp_timeout: int = 30
|
||||
|
||||
Reference in New Issue
Block a user