Click or drag to resize
SMTPServerInfoProviderPromoteSMTPServer Method
Makes the SMTP server available to all sites.

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

Parameters

smtpServer
Type: CMS.EmailEngineSMTPServerInfo
SMTP server
See Also