| Name | Type | Writable | Restrictions | Description | 
|---|
| bcc | KalturaEmailNotificationRecipientJobData | V |  | Email bcc emails and names, key is mail address and value is the name 
 | 
| cc | KalturaEmailNotificationRecipientJobData | V |  | Email cc emails and names, key is mail address and value is the name 
 | 
| confirmReadingTo | string | V |  | Email address that a reading confirmation will be sent to 
 | 
| customHeaders | KalturaKeyValueArray | V |  | Adds a e-mail custom header 
 | 
| fromEmail | string | V |  | Define the email sender email 
 | 
| fromName | string | V |  | Define the email sender name 
 | 
| hostname | string | V |  | Hostname to use in Message-Id and Received headers and as default HELO string. If empty, the value returned by SERVER_NAME is used or 'localhost.localdomain'.
 
 | 
| messageID | string | V |  | Sets the message ID to be used in the Message-Id header. If empty, a unique id will be generated.
 
 | 
| priority | KalturaEmailNotificationTemplatePriority | V |  | Define the email priority 
 | 
| replyTo | KalturaEmailNotificationRecipientJobData | V |  | Email addresses that a replies should be sent to, key is mail address and value is the name 
 | 
| to | KalturaEmailNotificationRecipientJobData | V |  | Email recipient emails and names, key is mail address and value is the name 
 |