Sha256: 3dbf53409a30611a3ece07f29fbba8ec45b95d1e4003782c2d1e6c67fbfe80db
Contents?: true
Size: 807 Bytes
Versions: 1
Compression:
Stored size: 807 Bytes
Contents
# Use this hook to configure contact mailer. ContactUsWebsite.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
contact_us_website-0.4.4.beta | lib/templates/contact_us.rb |