View Source
Class EmailNotificationMethod
Assembly: Umbraco.Core.dll
Syntax
[HealthCheckNotificationMethod("email")]
public class EmailNotificationMethod : NotificationMethodBase, IHealthCheckNotificationMethod, IDiscoverable
Constructors
View Source
EmailNotificationMethod(ILocalizedTextService, IHostingEnvironment, IEmailSender, IOptionsMonitor<HealthChecksSettings>, IOptionsMonitor<ContentSettings>, IMarkdownToHtmlConverter)
Declaration
public EmailNotificationMethod(ILocalizedTextService textService, IHostingEnvironment hostingEnvironment, IEmailSender emailSender, IOptionsMonitor<HealthChecksSettings> healthChecksSettings, IOptionsMonitor<ContentSettings> contentSettings, IMarkdownToHtmlConverter markdownToHtmlConverter)
Parameters
Properties
View Source
RecipientEmail
Declaration
public string? RecipientEmail { get; }
Property Value
Methods
View Source
SendAsync(HealthCheckResults)
Declaration
public override Task SendAsync(HealthCheckResults results)
Parameters
Returns