Fix, now boots and runs
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Umbraco.Web.HealthCheck.NotificationMethods
|
||||
{
|
||||
private readonly ILocalizedTextService _textService;
|
||||
|
||||
internal EmailNotificationMethod(ILocalizedTextService textService)
|
||||
public EmailNotificationMethod(ILocalizedTextService textService)
|
||||
{
|
||||
var recipientEmail = Settings["recipientEmail"]?.Value;
|
||||
if (string.IsNullOrWhiteSpace(recipientEmail))
|
||||
|
||||
Reference in New Issue
Block a user