Created approval reminder worker

This commit is contained in:
Chase Tucker
2024-09-09 10:00:49 -07:00
parent 0fdf8179e1
commit b9b0299d3f
13 changed files with 507 additions and 5 deletions

View File

@ -66,6 +66,7 @@ public class SmtpService : ISmtpService {
}
}
} else {
_logger.LogInformation("Not sending email per configuration");
messageWasSent = true;
}
} catch (Exception ex) {