New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

azimuth_spree_easy_contact

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azimuth_spree_easy_contact

  • 1.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
3
Created
Source

SpreeEasyContact

Easy to implement contact form with recaptcha, with a topic selection management in admin. It stores all messages in DB for an easy recall of messages.

This extension is based on joshnuss spree-contact-form (thank you BTW) : https://github.com/joshnuss/spree-contact-form

Installation

Put the following line into your gemfile :

gem 'azimuth_spree_easy_contact', '= 1.0.3', :require => 'spree_easy_contact'

Then run all the following command :

bundle install

rake spree_easy_contact:install

rake db:migrate

Set properly the mail method in the admin area (/admin/mail_methods)

Configure your auto responder settings in Configuration / General Settings Add Topics in Configuration / Contact Form Topic

Add the following to your application initializers:

Spree::Config.set(:recaptcha_public_key => '[your_recaptcha_public_key]') Spree::Config.set(:recaptcha_private_key => '[your_recaptcha_private_key]')

And you're done !

Copyright (c) 2011 [Mathias Standaert for Organic Web], released under the New BSD License

FAQs

Package last updated on 05 Mar 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc