Click or drag to resize

IEmailerSendMail Method


Sends an email.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void SendMail(
	string from,
	string to,
	string subject,
	string body,
	bool htmlMail
)

Parameters

from  String
Sender address
to  String
Recipient addresses
subject  String
Email subject
body  String
Email body
htmlMail  Boolean
Specifies whether the email body is HTML
Remarks
Recipient addresses can be a semicolon-delimited list (";").
See Also