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

developerreply

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

developerreply

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

developerreply

Programmatically add hosts & url settings to SendGrid's parse incoming email settings (/developer/reply).

Usage

Developerreply.username = "your_sendgrid_username"
Developerreply.password = "your_sendgrid_password"
Developerreply.create({hostname: "domain.com", url: "http://webhook.com/wherever"})

This will programmatically add to your list of parse incoming email settings. Example:

Installation

Add this to your application's Gemfile.

gem 'developerreply'

And then execute.

bundle

Or install yourself as:

gem install developerreply

Then in your application initialize the gem.

Developerreply.username = "your_sendgrid_username"
Developerreply.password = "your_sendgrid_password"

Development

bundle install --binstubs=bin
export SENDGRID_USERNAME=yourusername
export SENDGRID_PASSWORD=yourpassword
bin/rspec

Publish to RubyGems.org

You first need to request access from scottmotte.

gem build developerreply.gemspec
gem push developerreply-0.0.1.gem

FAQs

Package last updated on 29 Aug 2014

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