Class: Kaltura::KalturaEmailNotificationDispatchJobData
- Inherits:
-
KalturaEventNotificationDispatchJobData
- Object
- KalturaObjectBase
- KalturaJobData
- KalturaEventNotificationDispatchJobData
- Kaltura::KalturaEmailNotificationDispatchJobData
- Defined in:
- lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb
Instance Attribute Summary collapse
-
#bcc ⇒ Object
Email bcc emails and names, key is mail address and value is the name.
-
#cc ⇒ Object
Email cc emails and names, key is mail address and value is the name.
-
#confirm_reading_to ⇒ Object
Email address that a reading confirmation will be sent to.
-
#content_parameters ⇒ Object
Define the content dynamic parameters.
-
#custom_headers ⇒ Object
Adds a e-mail custom header.
-
#from_email ⇒ Object
Define the email sender email.
-
#from_name ⇒ Object
Define the email sender name.
-
#hostname ⇒ Object
Hostname to use in Message-Id and Received headers and as default HELO string.
-
#message_id ⇒ Object
Sets the message ID to be used in the Message-Id header.
-
#priority ⇒ Object
Define the email priority.
-
#reply_to ⇒ Object
Email addresses that a replies should be sent to, key is mail address and value is the name.
-
#to ⇒ Object
Email recipient emails and names, key is mail address and value is the name.
Attributes inherited from KalturaEventNotificationDispatchJobData
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#bcc ⇒ Object
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 |
#cc ⇒ Object
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_to ⇒ Object
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_parameters ⇒ Object
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_headers ⇒ Object
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_email ⇒ Object
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_name ⇒ Object
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 |
#hostname ⇒ Object
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_id ⇒ Object
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 end |
#priority ⇒ Object
Define the email priority
243 244 245 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 243 def priority @priority end |
#reply_to ⇒ Object
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 |
#to ⇒ Object
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 |