From 427f426ac9faa7d05ef3b9ff69c240f0976265b3 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Thu, 27 Aug 2026 23:44:35 +0200 Subject: [PATCH] changes to the email processing --- Website/modules/emailservice/email.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Website/modules/emailservice/email.py b/Website/modules/emailservice/email.py index aef8b3e..80e914e 100644 --- a/Website/modules/emailservice/email.py +++ b/Website/modules/emailservice/email.py @@ -676,9 +676,7 @@ def send_accreditation_email( # 5. E-Mail versenden & temporäre Dateien aufräumen try: - # ACHTUNG: Die Methode `send` muss in deinem Code importiert/definiert sein. - # success = send(recipient, subject, text_body=text_note, html_body=html_note, attachments=attachments) - success = True # Placeholder für deinen Send-Befehl + success = send(recipient, subject, text_body=text_note, html_body=html_note, attachments=attachments) return success finally: if os.path.exists(contract_pdf_path):