add sender name to mail config dataclass

This commit is contained in:
2025-09-18 07:15:15 +02:00
parent 8b8c1c9393
commit 4f28cfe55c

View File

@@ -50,6 +50,7 @@ class Mail:
smtp_server: str
port: int
sender: str
sender_name: str
password: str
use_user_name: bool
printer_mail: str