Click or drag to resize
EmailHelperSettingsServerAuthenticationType Method
Gets the authentication type for the default SMTP server for the specified site.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
public static string ServerAuthenticationType(
	string siteName
)

Parameters

siteName
Type: SystemString
Name of the site

Return Value

Type: String
Authentication type for the default SMTP server (in the settings)
See Also