Click or drag to resize
EmailHelperSettingsServerUseSSL Method
Gets whether connection to the default SMTP server should use SSL for the specified site.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static bool ServerUseSSL(
	string siteName
)

Parameters

siteName
Type: SystemString
Name of the site

Return Value

Type: Boolean
Whether to use SSL or not when communication with the default SMTP server (in the settings)
See Also