Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IEmailSenderClient

    Client for sending an email from a MimeMessage

    Namespace: Umbraco.Cms.Infrastructure.Mail.Interfaces
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IEmailSenderClient

    Methods

    View Source

    SendAsync(EmailMessage)

    Sends the email message

    Declaration
    Task SendAsync(EmailMessage message)
    Parameters
    Type Name Description
    EmailMessage message
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • SendAsync(EmailMessage)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX