Sha256: 4ff8b8b7ff579ae1e015144b30bb9c67523ef419dfc888d7efd329b83ce9b92d

Contents?: true

Size: 800 Bytes

Versions: 2

Compression:

Stored size: 800 Bytes

Contents

# Use this hook to configure contact mailer.
ContactUs.setup do |config|

  # ==> Mailer Configuration

  # Configure the e-mail address which email notifications should be sent from.  If emails must be sent from a verified email address you may set it here.
  # Example:
  # config.mailer_from = "contact@please-change-me.com"
  config.mailer_from = nil

  # Configure the e-mail address which should receive the contact form email notifications.
  config.mailer_to = "contact@please-change-me.com"

  # ==> Form Configuration

  # Configure the form to ask for the users name.
  config.require_name = false

  # Configure the form to ask for a subject.
  config.require_subject = false

  # Configure the form gem to use.
  # Example:
  # config.form_gem = 'formtastic
  config.form_gem = nil

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
contact_us-0.4.0 lib/templates/contact_us.rb
contact_us-0.4.0.beta lib/templates/contact_us.rb