Click or drag to resize

SecurityProviderUtilitySendNotification Method

Sends email notification message to the specified recipient using settings specified in the config file.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public static void SendNotification(
	string recipient,
	string subject,
	string body
)
View Source

Parameters

recipient  String
Email address of the notification recipient.
subject  String
Subject of the notification.
body  String
Content of the notification.
See Also