Email

constructor(recipients: List<String>? = null, subject: String? = null, body: String? = null)

Parameters

recipients

the list of recipient emails, or null to leave blank

subject

an optional subject of the email

body

the body of the email