Search Results for

    Show / Hide Table of Contents
    View Source

    Class EmailNotificationMethod

    Inheritance
    object
    NotificationMethodBase
    Namespace: Umbraco.Cms.Core.HealthChecks.NotificationMethods
    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
    Type Name Description
    ILocalizedTextService textService
    IHostingEnvironment hostingEnvironment
    IEmailSender emailSender
    IOptionsMonitor<HealthChecksSettings> healthChecksSettings
    IOptionsMonitor<ContentSettings> contentSettings
    IMarkdownToHtmlConverter markdownToHtmlConverter

    Properties

    View Source

    RecipientEmail

    Declaration
    public string? RecipientEmail { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    SendAsync(HealthCheckResults)

    Declaration
    public override Task SendAsync(HealthCheckResults results)
    Parameters
    Type Name Description
    HealthCheckResults results
    Returns
    Type Description
    Task
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX