AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

EmailUtil..::..SendGenericEmail Method (String, String, String, MailAddress)

Sends the generic email.

Namespace:  AdvantageCMS.Core.Common
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static void SendGenericEmail(
	string emailTo,
	string subject,
	string body,
	MailAddress emailFrom
)

Parameters

emailTo
Type: String
Converts to .
subject
Type: String
The subject.
body
Type: String
The body.
emailFrom
Type: MailAddress
The email from.