some more edits

This commit is contained in:
2026-09-17 19:37:13 +02:00
parent 03c4a96d5d
commit 8b55ece532
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -3852,7 +3852,6 @@ def admin_delete_all_instances():
# Leite den Admin danach zurück zu einer sicheren Seite # Leite den Admin danach zurück zu einer sicheren Seite
return redirect(url_for('my_instance_management')) return redirect(url_for('my_instance_management'))
"""
@app.route('/test_email') @app.route('/test_email')
def test_email(): def test_email():
@@ -3875,7 +3874,6 @@ def test_email():
return "Test email sent successfully." return "Test email sent successfully."
except Exception as e: except Exception as e:
return f"Failed to send test email: {str(e)}", 500 return f"Failed to send test email: {str(e)}", 500
"""
def main(): def main():
app.run(host="0.0.0.0", port=4999, debug=False) app.run(host="0.0.0.0", port=4999, debug=False)
+1 -1
View File
@@ -38,7 +38,7 @@ def _build_smtp_client():
if True: # Always use TLS for security if True: # Always use TLS for security
smtp.starttls() smtp.starttls()
smtp.ehlo() smtp.ehlo()
smtp.login("no-reply@invario-software.de", "#,EATwIn,68") smtp.login("no-reply@invario-software.de", "eSpage,65,{")
return smtp return smtp