New to Telerik Reporting? Start a free 30-day trial
MailMessage Overview
Mail message
JSON
{
"from": "john.doe@mycompany.com",
"to": "jane.doe@mycompany.com",
"cc": "john.doe.jr@mycompany.com",
"subject": "my mail subject",
"body": "my mail body",
}
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 |