AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

EmailUtil..::..SendGenericEmail Method (array<String>[]()[][], String, String, MailAddress)

Sends an HTML email to one or more recipients.

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: array<String>[]()[][]
An array of recipient email addresses.
subject
Type: String
The email subject line.
body
Type: String
The HTML body content of the email.
emailFrom
Type: MailAddress
The sender address. If null, uses the configured no-reply address from AppSettings.