Click or drag to resize
EmailHelperSettingsServerUserName Method
Gets the user name for the default SMTP server for the specified site.

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

Parameters

siteName
Type: SystemString
Name of the site

Return Value

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