Click or drag to resize
EmailHelperSettingsServerPassword Method
Gets the password for the default SMTP server for the specified site.

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

Parameters

siteName
Type: SystemString
Name of the site

Return Value

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