Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

griddler-ses

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

griddler-ses

  • 1.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Griddler::Ses

This is a Griddler adapter that allows you to parse email replies when used with Amazon SES.

Installation

Add these lines to your application's Gemfile:

gem 'griddler'
gem 'griddler-ses'

And then execute:

$ bundle

Usage

  1. Setup Amazon SES to receive emails -- see http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-setting-up.html

  2. From AWS SES -> Rule Sets, choose to "Create Receipt Rule" and choose to use SNS. Add an action with a new SNS topic that ends in _griddler, with a Base64 encoding.

  3. Go to AWS SNS (Simple Notification Service) -> Topics. Click on your _griddler topic. Add a subscription that points to your configured griddler endpoint (the default route is /email_processor). You're server must be already running to confirm the subscription request!

  4. In your griddler handler, be sure to handle/ignore empty reply emails (ie. check for email.headers.empty?) to account for the fact that some hooks are just SNS's subscription handling.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/85x14/griddler-ses.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 10 May 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