Table of Contents

Interface IEmailClient

Namespace
CMS.EmailEngine
Assembly
CMS.EmailEngine.dll

Defines service for sending emails out of the Xperience application.

public interface IEmailClient
Extension Methods

Methods

SendEmail(EmailMessage, CancellationToken)

Sends given email by a registered mail-out service.

Task<EmailSendResult> SendEmail(EmailMessage emailMessage, CancellationToken cancellationToken = default)

Parameters

emailMessage EmailMessage

Email message to be sent.

cancellationToken CancellationToken

Token to cancel the asynchronous operation.

Returns

Task<EmailSendResult>