Click or drag to resize
EmailHelperSettingsEmailsEnabled Method
Gets whether e-mail sending is enabled for the specified site.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static bool EmailsEnabled(
	string siteName
)

Parameters

siteName
Type: SystemString
Name of the site

Return Value

Type: Boolean
true if e-mail sending is enabled, otherwise false
See Also