Click or drag to resize

IEmailerSendMail Method


Sends an email.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
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]