From fa55717f7fbeb925a0c8221b82cf38759681e446 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Thu, 17 Sep 2026 20:22:30 +0200 Subject: [PATCH] changes to have the test email function --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 29e3d45..580c96c 100755 --- a/Web/app.py +++ b/Web/app.py @@ -13764,7 +13764,7 @@ def test_email(): #This is for development purposes only. try: - send(to_email="maximiliangruendinger@gmail.com", subject="Test Email from Inventarsystem", body="This is a test email sent from the Inventarsystem application.") + send(email="maximiliangruendinger@gmail.com", subject="Test Email from Inventarsystem", note="This is a test email sent from the Inventarsystem application.") return "Test email sent successfully." except Exception as e: return f"Failed to send test email: {str(e)}", 500 \ No newline at end of file