Merge dev to main, nearing completion #6

Merged
WorldTeacher merged 33 commits from dev into main 2025-05-13 15:32:46 +01:00
Showing only changes of commit 50dd03aee7 - Show all commits

View File

@@ -167,7 +167,7 @@ class SemesterDocument:
port = config.mail.port
sender_email = config.mail.sender
password = config.mail.password
receiver = "mobileprint@ph-freiburg.de"
receiver = config.mail.printer_mail
message = MIMEMultipart()
message["From"] = sender_email
message["To"] = receiver