some more edits
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user