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

georgia_mailer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

georgia_mailer

  • 0.8.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Georgia Mailer

Extension to Georgia CMS to store and send messages. Messages will be treated for spam before being sent to you.

Make sure you have a working Georgia installation before proceding with these instructions.

Installation

The install generator will add missing migrations and automatically migrate your database. If you selected ElasticSearch as your indexer with Tire, your index will be created. Finally, it will mount the engine in your routes.rb file under '/mailer'

rails generate georgia:mailer:install

Heroku

Generate Georgia::Mailer::Message index:

heroku run rake environment georgia:mailer:create_indices

Spam filtering

To avoid pesky spammers, Georgia Mailer uses Akismet system to filter spam messages.

  1. Sign up on http://akismet.com/signup/
  2. Configure rakismet key and url in an initializer:
# config/initializers/rakismet.rb
Example::Application.config.rakismet.key = '123456789XYZ'
Example::Application.config.rakismet.url = 'https://www.example.com/'

For more information or alternatives, please read on the rakismet gem.

FAQs

Package last updated on 02 Feb 2016

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