Click or drag to resize
EmailHelperSettingsNotificationsSenderAdress Method

Note: This API is now obsolete.

Gets the e-mail address for error notifications that should be used as a sender.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use NotificationsSenderAddress(string siteName) method instead.")]
public static string NotificationsSenderAdress(
	string siteName
)

Parameters

siteName
Type: SystemString
Name of the site

Return Value

Type: String
An e-mail address to use as a sender of error notifications
See Also