View Source
Class EmailNotificationMethod
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class EmailNotificationMethod : NotificationMethodBase, IHealthCheckNotificationMethod, IDiscoverable
Constructors
View Source
EmailNotificationMethod(ILocalizedTextService, IHostingEnvironment, IEmailSender, IOptions<HealthChecksSettings>, IOptions<ContentSettings>, IMarkdownToHtmlConverter)
Declaration
public EmailNotificationMethod(ILocalizedTextService textService, IHostingEnvironment hostingEnvironment, IEmailSender emailSender, IOptions<HealthChecksSettings> healthChecksSettings, IOptions<ContentSettings> contentSettings, IMarkdownToHtmlConverter markdownToHtmlConverter)
Parameters
Properties
View Source
RecipientEmail
Declaration
public string RecipientEmail { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
SendAsync(HealthCheckResults)
Declaration
public override async Task SendAsync(HealthCheckResults results)
Parameters
Returns