Skip to content
Snippets Groups Projects
Commit 7b1beca1 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Add host alias to grace notification mail subject.

parent 9adb872a
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ namespace ATxService
return report;
_status.LastGraceNotification = DateTime.Now;
SendAdminEmail(report, "Grace location cleanup required.");
SendAdminEmail(report, $"{_config.HostAlias}: grace location cleanup required.");
return report + "\nNotification sent to AdminEmailAdress.\n";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment