BREAKING CHANGE
- Pull #244 refactor helpers using property getter/setter
- Big thanks to Denis Vlasov for the pull request!
- The changes break the impelmentation of the Mail Helper
Mail()
class set_from()
is now the propertyfrom_email
set_subject()
is now the propertysubject
set_template_id()
is now the propertytemplate_id
set_send_at()
is now the propertysend_at
set_batch_id()
is now the propertybatch_id
set_asm()
is now the propertyasm
set_ip_pool_name()
is now the propertyip_pool_name
set_mail_settings()
is now the propertymail_settings
set_tracking_settings()
is now the propertytracking_settings
set_reply_to()
is now the propertyreply_to
personalization.set_send_at()
is now the propertypersonalization.send_at
personalization.set_subject()
is now the propertypersonalization.subject
attachment.set_content()
is now the propertyattachment.content
attachment.set_type()
is now the propertyattachment.type
attachment.set_filename()
is now the propertyattachment.filename
attachment.set_disposition()
is now the propertyattachment.disposition
attachment.set_content_id()
is now the propertyattachment.content_id
mail_settings.set_bcc_settings()
is now the propertymail_settings.bcc_settings
mail_settings.set_bypass_list_management()
is now the propertymail_settings.bypass_list_management
mail_settings.set_footer_settings()
is now the propertymail_settings.footer_settings
mail_settings.set_sandbox_mode()
is now the propertymail_settings.sandbox_mode
mail_settings.set_spam_check()
is now the propertymail_settings.spam_check
tracking_settings.set_click_tracking()
is now the propertyclick_tracking
tracking_settings.set_open_tracking()
is now the propertyopen_tracking
tracking_settings.set_subscription_tracking()
is now the propertysubscription_tracking
tracking_settings.set_ganalytics()
is now the propertyganalytics