Einige Stellen Mail eingebunden
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user