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

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

Definition

Пространство имён: Tessa.Extensions.Default.Server.Plugins.Notices
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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
 

См. также