Module: Workarea::Storefront::TransactionalMailer

Extended by:
ActiveSupport::Concern
Included in:
AccountMailer, FulfillmentMailer, OrderMailer, PaymentMailer
Defined in:
app/mailers/workarea/storefront/transactional_mailer.rb

Instance Method Summary collapse

Instance Method Details

#check_if_enabledObject



10
11
12
13
14
# File 'app/mailers/workarea/storefront/transactional_mailer.rb', line 10

def check_if_enabled
  if mail.present?
    mail.perform_deliveries = Workarea.config.send_transactional_emails
  end
end