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

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

Parameters

siteName
Type: System.String
Name of the site

Return Value

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