| EmailHelperSettingsServerName Method | 
            Gets the name of the default SMTP server for the specified site.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic static string ServerName(
	string siteName
)
Parameters
- siteName
- Type: SystemString
 Name of the site
Return Value
Type: 
StringName of the default SMTP server (in the settings)
 See Also
See Also