Progress® Telerik® Reporting R1 2021
New to Telerik Reporting? Download free 30-day trial
MailMessage
Mail message
Example
{ '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 | |
to | string | true | |
cc | string | false | |
subject | string | false | |
body | string | false |