Click or drag to resize
EmailHelperSettingsErrorNotificationAddress Method
Gets the e-mail address where the error notifications are sent.

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

Parameters

siteName
Type: SystemString
Name of the site

Return Value

Type: String
An e-mail address to use error notifications
See Also