changes to the sending test_mail profile

This commit is contained in:
2026-09-17 20:39:10 +02:00
parent a4cf9626cd
commit 76efa85419
+1 -1
View File
@@ -13764,7 +13764,7 @@ def test_email():
#This is for development purposes only.
try:
send(email="maximiliangruendinger@gmail.com", subject="Test Email from Inventarsystem", note="This is a test email sent from the Inventarsystem application.", sender="Inventarsystem <no-reply@invario-software.de>")
send(email="maximiliangruendinger@gmail.com", subject="Test Email from Inventarsystem", note="This is a test email sent from the Inventarsystem application.", sender="Inventarsystem")
return "Test email sent successfully."
except Exception as e:
return f"Failed to send test email: {str(e)}", 500