Table of Contents

Interface INotificationEmailMessageProvider

Namespace
CMS.Notifications
Assembly
CMS.Notifications.dll

Provides methods for creating EmailMessage for notification emails.

public interface INotificationEmailMessageProvider
Extension Methods

Methods

CreateEmailMessage(string, int, INotificationPlaceholders, CancellationToken)

Creates an EmailMessage according to the notification email defined by the notificationEmailCodeName.

Task<EmailMessage> CreateEmailMessage(string notificationEmailCodeName, int userId, INotificationPlaceholders placeholders, CancellationToken cancellationToken = default)

Parameters

notificationEmailCodeName string

Notification email code name.

userId int

User Identifier.

placeholders INotificationPlaceholders

Email content's placeholders.

cancellationToken CancellationToken

Cancellation instruction.

Returns

Task<EmailMessage>