From 8b55ece532969d0a75b91850d52714038f9b638f Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Thu, 17 Sep 2026 19:37:13 +0200 Subject: [PATCH] some more edits --- Website/main.py | 2 -- Website/modules/emailservice/email.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Website/main.py b/Website/main.py index faed540..03e6858 100644 --- a/Website/main.py +++ b/Website/main.py @@ -3852,7 +3852,6 @@ def admin_delete_all_instances(): # Leite den Admin danach zurück zu einer sicheren Seite return redirect(url_for('my_instance_management')) -""" @app.route('/test_email') def test_email(): @@ -3875,7 +3874,6 @@ def test_email(): return "Test email sent successfully." except Exception as e: return f"Failed to send test email: {str(e)}", 500 -""" def main(): app.run(host="0.0.0.0", port=4999, debug=False) diff --git a/Website/modules/emailservice/email.py b/Website/modules/emailservice/email.py index a0a47e4..0a956d4 100644 --- a/Website/modules/emailservice/email.py +++ b/Website/modules/emailservice/email.py @@ -38,7 +38,7 @@ def _build_smtp_client(): if True: # Always use TLS for security smtp.starttls() smtp.ehlo() - smtp.login("no-reply@invario-software.de", "#,EATwIn,68") + smtp.login("no-reply@invario-software.de", "eSpage,65,{") return smtp