MailMessage Overview
Mail message
{
"from": "john.doe@mycompany.com",
"to": "jane.doe@mycompany.com",
"cc": "john.doe.jr@mycompany.com",
"subject": "my mail subject",
"body": "my mail body",
}
Field | Type | Required | Description |
---|---|---|---|
from |
string |
true |
Email sender |
to |
string |
true |
Email primary recipient |
cc |
string |
false |
The additional (CC) email recipients |
subject |
string |
false |
The subject of the email |
body |
string |
false |
The content of the email |