Einige Stellen Mail eingebunden

This commit is contained in:
2024-11-18 11:54:44 +01:00
parent 8b75149950
commit e625fea629
2 changed files with 13 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ namespace BeWo.Service.Core
public static bool SendDakotaErrorMail(string title, Exception e)
{
return SendDakotaErrorMail(title, e.ToString());
return SendDakotaErrorMail(title, "Exception gefunden: " + e.ToString());
}
public static bool SendDakotaErrorMail(string title, string body)