| EmailHelperSettingsServerUseSSL Method | 
Note: This API is now obsolete.
            Gets whether connection to the default SMTP server should use SSL for the specified site.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
 Syntax
Syntax[ObsoleteAttribute("This setting no longer affects email sending and always returns false.")]
public static bool ServerUseSSL(
	string siteName
)Parameters
- siteName
- Type: SystemString
 Name of the site
Return Value
Type: 
BooleanWhether to use SSL or not when communication with the default SMTP server (in the settings)
 See Also
See Also