From 68804934b0a18de0a7b858729f4f596dde4c2293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 26 May 2025 13:51:18 +0200 Subject: [PATCH] mail o zachecie do logowania --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index e0db9e9..3bd1cbe 100644 --- a/app.py +++ b/app.py @@ -284,7 +284,7 @@ def get_smtp_config(): def send_email_batch(users, smtp_config, mails_per_pack=100, time_per_pack=60, dry_run=False, template_path="mail_template.html"): import os - template_path = "mail_template.html" + #template_path = "mail_template.html" if not os.path.exists(template_path): print(f"❌ Brak pliku szablonu: {template_path}") return