IEmailerSendMail Method Ingeniux CMS Content Store API

Sends an email.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void SendMail(
	string from,
	string to,
	string subject,
	string body,
	bool htmlMail
)

Parameters

from
Type: SystemString
Sender address
to
Type: SystemString
Recipient addresses
subject
Type: SystemString
Email subject
body
Type: SystemString
Email body
htmlMail
Type: SystemBoolean
Specifies whether the email body is HTML
Remarks

Recipient addresses can be a semicolon-delimited list (";").
See Also

Reference

[!:Ingeniux.CMS.Ingeniux.CMS.IEmailer.SendMailCC]