MailMessage
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',
}
Fields
Field | Type | Required | Description |
---|---|---|---|
from |
string |
true |
|
to |
string |
true |
|
cc |
string |
false |
|
subject |
string |
false |
|
body |
string |
false |