From 4f28cfe55c9e79d5e6ecf668c181aa8c3653b451 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 18 Sep 2025 07:15:15 +0200 Subject: [PATCH] add sender name to mail config dataclass --- config/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.py b/config/config.py index 0eb5564..6d5bce8 100644 --- a/config/config.py +++ b/config/config.py @@ -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