Click or drag to resize
SMTPServerInfoProviderSetSMTPServerInfoInternal Method
Sets (updates or inserts) specified SMTP server.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetSMTPServerInfoInternal(
	SMTPServerInfo smtpServer
)

Parameters

smtpServer
Type: CMS.EmailEngineSMTPServerInfo
SMTP server to be set
See Also