Class: Kaltura::KalturaEmailNotificationTemplate

Inherits:
KalturaEventNotificationTemplate show all
Defined in:
lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaEventNotificationTemplate

#automatic_dispatch_enabled, #content_parameters, #created_at, #description, #event_conditions, #event_object_type, #event_type, #id, #manual_dispatch_enabled, #name, #partner_id, #status, #system_name, #type, #updated_at, #user_parameters

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#bccObject

Email recipient emails and names



181
182
183
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 181

def bcc
  @bcc
end

#bodyObject

Define the email body content



166
167
168
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 166

def body
  @body
end

#ccObject

Email recipient emails and names



178
179
180
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 178

def cc
  @cc
end

#confirm_reading_toObject

Email address that a reading confirmation will be sent



190
191
192
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 190

def confirm_reading_to
  @confirm_reading_to
end

#custom_headersObject

Adds a e-mail custom header



201
202
203
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 201

def custom_headers
  @custom_headers
end

#formatObject

Define the email body format



160
161
162
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 160

def format
  @format
end

#from_emailObject

Define the email sender email



169
170
171
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 169

def from_email
  @from_email
end

#from_nameObject

Define the email sender name



172
173
174
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 172

def from_name
  @from_name
end

#hostnameObject

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’.



194
195
196
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 194

def hostname
  @hostname
end

#message_idObject

Sets the message ID to be used in the Message-Id header. If empty, a unique id will be generated.



198
199
200
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 198

def message_id
  @message_id
end

#priorityObject

Define the email priority



187
188
189
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 187

def priority
  @priority
end

#reply_toObject

Default email addresses to whom the reply should be sent.



184
185
186
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 184

def reply_to
  @reply_to
end

#subjectObject

Define the email subject



163
164
165
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 163

def subject
  @subject
end

#toObject

Email recipient emails and names



175
176
177
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 175

def to
  @to
end