updated mail config

This commit is contained in:
2025-04-25 14:49:20 +03:00
parent 0bd8ddce4d
commit b9825bb8e8
2 changed files with 7 additions and 6 deletions

View File

@@ -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):