Click or drag to resize
SMTPServerInfoProviderDemoteSMTPServer Method
Makes the SMTP server available to specific sites only.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static void DemoteSMTPServer(
	SMTPServerInfo smtpServer
)

Parameters

smtpServer
Type: CMS.EmailEngineSMTPServerInfo
The SMTP server
See Also