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
stringNotification email code name.
userId
intUser Identifier.
placeholders
INotificationPlaceholdersEmail content's placeholders.
cancellationToken
CancellationTokenCancellation instruction.
Returns
- Task<EmailMessage>