add sender name to mail config dataclass
This commit is contained in:
@@ -50,6 +50,7 @@ class Mail:
|
|||||||
smtp_server: str
|
smtp_server: str
|
||||||
port: int
|
port: int
|
||||||
sender: str
|
sender: str
|
||||||
|
sender_name: str
|
||||||
password: str
|
password: str
|
||||||
use_user_name: bool
|
use_user_name: bool
|
||||||
printer_mail: str
|
printer_mail: str
|
||||||
|
|||||||
Reference in New Issue
Block a user