Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IEmailSender

    Simple abstraction to send an email message

    Namespace: Umbraco.Cms.Core.Mail
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IEmailSender

    Methods

    View Source

    CanSendRequiredEmail()

    Declaration
    bool CanSendRequiredEmail()
    Returns
    Type Description
    System.Boolean
    View Source

    SendAsync(EmailMessage, String)

    Declaration
    Task SendAsync(EmailMessage message, string emailType)
    Parameters
    Type Name Description
    EmailMessage message
    System.String emailType
    Returns
    Type Description
    Task
    View Source

    SendAsync(EmailMessage, String, Boolean)

    Declaration
    Task SendAsync(EmailMessage message, string emailType, bool enableNotification)
    Parameters
    Type Name Description
    EmailMessage message
    System.String emailType
    System.Boolean enableNotification
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CanSendRequiredEmail()
      • SendAsync(EmailMessage, String)
      • SendAsync(EmailMessage, String, Boolean)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX