diff --git a/Website/modules/emailservice/email.py b/Website/modules/emailservice/email.py index fdb36e3..4e2d933 100644 --- a/Website/modules/emailservice/email.py +++ b/Website/modules/emailservice/email.py @@ -364,8 +364,8 @@ def send_accreditation_email( ) # 2. Pfade zu den statischen Dokumenten - agb_pdf_path = os.path.join("opt", "Key-service-Server", "Website", "static", "download", "AGB Invario.pdf") - avv_pdf_path = os.path.join("opt", "Key-service-Server", "Website", "static", "download", "AVV Invario.pdf") + agb_pdf_path = os.path.join("/opt", "Key-service-Server", "Website", "static", "download", "AGB Invario.pdf") + avv_pdf_path = os.path.join("/opt", "Key-service-Server", "Website", "static", "download", "AVV Invario.pdf") # 3. E-Mail Inhalte anpassen subject = "Ihre Zugangsdaten und Unterlagen für Invario"