Created approval reminder worker
This commit is contained in:
@ -66,6 +66,7 @@ public class SmtpService : ISmtpService {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
_logger.LogInformation("Not sending email per configuration");
|
||||
messageWasSent = true;
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
|
Reference in New Issue
Block a user