| EmailHelperSettingsNotificationsSenderAddress Method | 
            Gets the e-mail address for error notifications that should be used as a sender for given site.
            If siteName is null global e-mail address is used.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic static string NotificationsSenderAddress(
	string siteName = null
)
Parameters
- siteName (Optional)
- Type: SystemString
 Name of the site
Return Value
Type: 
StringAn e-mail address to use as a sender of error notifications
 See Also
See Also