Sha256: b49c22759b168be754e19633971e7d0580ce5272138ac979554551c8ef2c2ee9

Contents?: true

Size: 985 Bytes

Versions: 4

Compression:

Stored size: 985 Bytes

Contents

EffectivePostmark.setup do |config|
  # Layout Settings
  # Configure the Layout per controller, or all at once
  # config.layout = { application: 'application', admin: 'admin' }

  # API Key
  # config.api_token = ENV.fetch('POSTMARK_API_TOKEN')

  # Mailer Settings
  # Please see config/initializers/effective_resources.rb for default effective_* gem mailer settings
  #
  # Configure the class responsible to send e-mails.
  # config.mailer = 'Effective::PostmarkMailer'
  #
  # Override effective_resource mailer defaults
  #
  # config.parent_mailer = nil      # The parent class responsible for sending emails
  # config.deliver_method = nil     # The deliver method, deliver_later or deliver_now
  # config.mailer_layout = nil      # Default mailer layout
  # config.mailer_sender = nil      # Default From value
  # config.mailer_admin = nil       # Default To value for Admin correspondence
  # config.mailer_subject = nil     # Proc.new method used to customize Subject
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
effective_postmark-0.4.0 config/effective_postmark.rb
effective_postmark-0.3.1 config/effective_postmark.rb
effective_postmark-0.3.0 config/effective_postmark.rb
effective_postmark-0.2.0 config/effective_postmark.rb