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, 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
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Methods
  
  
    View Source
  
  SendAsync(HealthCheckResults)
  
  
  Declaration
  
    public override async Task SendAsync(HealthCheckResults results)
   
  Parameters
  
  Returns