Sha256: 844eb179bea4217fe77ce9578ef3a3ff0bdbfa89fc4547dc39da8925f1360988
Contents?: true
Size: 874 Bytes
Versions: 7
Compression:
Stored size: 874 Bytes
Contents
Maily.setup do |config| # On/off engine # config.enabled = Rails.env.production? ? false : true # Allow templates edition # config.allow_edition = Rails.env.production? ? false : true # Allow deliveries # config.allow_delivery = Rails.env.production? ? false : true # I18n.available_locales by default # config.available_locales = [:en, :es, :pt, :fr] # Run maily under different controller ('ActionController::Base' by default) # config.base_controller = '::AdminController' # Configure hooks path # config.hooks_path = 'lib/maily_hooks.rb' # Http basic authentication (nil by default) # config.http_authorization = { username: 'admin', password: 'secret' } # Customize welcome message # config.welcome_message = "Welcome to our email testing platform. If you have any problem, please contact support team at support@example.com." end
Version data entries
7 entries across 7 versions & 1 rubygems