Overview
Message $Messages.New(to: string, subject: string, body: string)
Arguments
string to
message to recipients in email format. Optional but you must set a recipient before sending.
string subject
subject of message. Optional.
string body
body of message. Optional.
Remarks
This method does not send message, only prepares the message. To send message please use Message.Send method.
...