Needed to add StatusCheck to the JobFactory and DI container

This commit is contained in:
2020-05-07 22:32:53 -04:00
parent ce27322307
commit 11159eab31
4 changed files with 6 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ namespace PartSource.Automation.Jobs
// TODO: One day it won't just be AT&T numbers
string to = $"{phoneNumber}@txt.att.net";
_emailService.Send(to, string.Empty, "Partsource.Automation Running");
_emailService.Send(to, string.Empty, "The Partsource automation server is running. Check the server for more details.");
}
return new AutomationJobResult