MailSenderBase - конструктор

Инициализирует новый экземпляр класса MailSenderBase

Definition

Пространство имён: Tessa.Extensions.Default.Server.Plugins.Notices
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
protected MailSenderBase(
	IDbScope dbScope,
	IOutboxManager outboxManager,
	IFormattingSettingsCache formattingSettingsCache,
	ISession session,
	Func<string?, IMailFileLoaderService> fileLoaderResolver,
	Func<string?, IMailSentNotificationService> mailNotificationResolver,
	ISaasMailFromAddressProvider? saasMailFromAddressProvider
)

Параметры

dbScope  IDbScope
 
outboxManager  IOutboxManager
 
formattingSettingsCache  IFormattingSettingsCache
 
session  ISession
 
fileLoaderResolver  FuncString, IMailFileLoaderService
 
mailNotificationResolver  FuncString, IMailSentNotificationService
 
saasMailFromAddressProvider  ISaasMailFromAddressProvider
 

См. также