Class: Kaltura::KalturaEmailNotificationTemplate
- Inherits:
-
KalturaEventNotificationTemplate
- Object
- KalturaObjectBase
- KalturaEventNotificationTemplate
- Kaltura::KalturaEmailNotificationTemplate
- Defined in:
- lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb
Instance Attribute Summary collapse
-
#bcc ⇒ Object
Email recipient emails and names.
-
#body ⇒ Object
Define the email body content.
-
#cc ⇒ Object
Email recipient emails and names.
-
#confirm_reading_to ⇒ Object
Email address that a reading confirmation will be sent.
-
#custom_headers ⇒ Object
Adds a e-mail custom header.
-
#format ⇒ Object
Define the email body format.
-
#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 HELLO 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
Default email addresses to whom the reply should be sent.
-
#subject ⇒ Object
Define the email subject.
-
#to ⇒ Object
Email recipient emails and names.
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
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#bcc ⇒ Object
Email recipient emails and names
181 182 183 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 181 def bcc @bcc end |
#body ⇒ Object
Define the email body content
166 167 168 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 166 def body @body end |
#cc ⇒ Object
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_to ⇒ Object
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_headers ⇒ Object
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 |
#format ⇒ Object
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_email ⇒ Object
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_name ⇒ Object
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 |
#hostname ⇒ Object
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_id ⇒ Object
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 end |
#priority ⇒ Object
Define the email priority
187 188 189 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 187 def priority @priority end |
#reply_to ⇒ Object
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 |
#subject ⇒ Object
Define the email subject
163 164 165 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 163 def subject @subject end |
#to ⇒ Object
Email recipient emails and names
175 176 177 |
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 175 def to @to end |