Class: Kaltura::KalturaEmailNotificationDispatchJobData

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

Instance Attribute Summary collapse

Attributes inherited from KalturaEventNotificationDispatchJobData

#template_id

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#bccObject

Email bcc emails and names, key is mail address and value is the name



237
238
239
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 237

def bcc
  @bcc
end

#ccObject

Email cc emails and names, key is mail address and value is the name



234
235
236
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 234

def cc
  @cc
end

#confirm_reading_toObject

Email address that a reading confirmation will be sent to



246
247
248
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 246

def confirm_reading_to
  @confirm_reading_to
end

#content_parametersObject

Define the content dynamic parameters



260
261
262
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 260

def content_parameters
  @content_parameters
end

#custom_headersObject

Adds a e-mail custom header



257
258
259
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 257

def custom_headers
  @custom_headers
end

#from_emailObject

Define the email sender email



225
226
227
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 225

def from_email
  @from_email
end

#from_nameObject

Define the email sender name



228
229
230
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 228

def from_name
  @from_name
end

#hostnameObject

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



250
251
252
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 250

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.



254
255
256
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 254

def message_id
  @message_id
end

#priorityObject

Define the email priority



243
244
245
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 243

def priority
  @priority
end

#reply_toObject

Email addresses that a replies should be sent to, key is mail address and value is the name



240
241
242
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 240

def reply_to
  @reply_to
end

#toObject

Email recipient emails and names, key is mail address and value is the name



231
232
233
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 231

def to
  @to
end