updated mail config
This commit is contained in:
@@ -10,7 +10,7 @@ class Configs(BaseSettings):
|
||||
USERNAME: str = ""
|
||||
PASSWORD: str = ""
|
||||
PORT: int = 0
|
||||
SEND: bool = 0
|
||||
SEND: bool = True
|
||||
|
||||
@property
|
||||
def is_send(self):
|
||||
|
||||
Reference in New Issue
Block a user