| EmailHelperSettingsEmailsEnabled Method | 
            Gets whether e-mail sending is enabled for the specified site.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic static bool EmailsEnabled(
	string siteName
)
Parameters
- siteName
- Type: SystemString
 Name of the site
Return Value
Type: 
Booleantrue if e-mail sending is enabled, otherwise false
 See Also
See Also