MailMessage Overview
Mail message
Fields
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 |