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

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

Definition

Пространство имён: Tessa.Extensions.Default.Server.Plugins.Notices
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public SmtpSender(
	IDbScope dbScope,
	IOutboxManager outboxManager,
	IFormattingSettingsCache formattingSettingsCache,
	ISession session,
	Func<string?, IMailFileLoaderService> fileLoaderResolver,
	Func<string?, IMailSentNotificationService> mailNotificationResolver,
	[OptionalDependencyAttribute] ISaasMailFromAddressProvider? saasMailFromAddressProvider = null
)

Параметры

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

См. также