| Name | 
								Type | 
								Writable | 
								Restrictions | 
								Description | 
							
							
								| format | 
								KalturaEmailNotificationFormat | 
								V | 
								 | 
								Define the email body format | 
							
							
								| subject | 
								string | 
								V | 
								 | 
								Define the email subject | 
							
							
								| body | 
								string | 
								V | 
								 | 
								Define the email body content | 
							
							
								| fromEmail | 
								string | 
								V | 
								 | 
								Define the email sender email | 
							
							
								| fromName | 
								string | 
								V | 
								 | 
								Define the email sender name | 
							
							
								| to | 
								KalturaEmailNotificationRecipientProvider | 
								V | 
								 | 
								Email recipient emails and names | 
							
							
								| cc | 
								KalturaEmailNotificationRecipientProvider | 
								V | 
								 | 
								Email recipient emails and names | 
							
							
								| bcc | 
								KalturaEmailNotificationRecipientProvider | 
								V | 
								 | 
								Email recipient emails and names | 
							
							
								| replyTo | 
								KalturaEmailNotificationRecipientProvider | 
								V | 
								 | 
								Default email addresses to whom the reply should be sent. | 
							
							
								| priority | 
								KalturaEmailNotificationTemplatePriority | 
								V | 
								 | 
								Define the email priority | 
							
							
								| confirmReadingTo | 
								string | 
								V | 
								 | 
								Email address that a reading confirmation will be sent | 
							
							
								| hostname | 
								string | 
								V | 
								 | 
								Hostname to use in Message-Id and Received headers and as default HELLO 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. | 
							
							
								| customHeaders | 
								array of KalturaKeyValue | 
								V | 
								 | 
								Adds a e-mail custom header |