EmailHelperSettingsServerUserName Method |
Gets the user name for the default SMTP server for the specified site.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 12.0.0
Syntax public static string ServerUserName(
string siteName
)
Parameters
- siteName
- Type: SystemString
Name of the site
Return Value
Type:
StringUser name for the default SMTP server (in the settings)
See Also