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

simplesms

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simplesms

  • 1.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

SimpleSMS

Welcome to the SimpleSMS gem! The simpliest and cheapest way to send SMS messages from your Heroku app!

Installation

Add this line to your application's Gemfile:

gem 'simplesms'

And then execute:

$ bundle

Or install it yourself with:

$ gem install simplesms

Usage

In Heroku select a plan for the Simple SMS addon.

When you are ready to send a SMS text simply call:

Simplesms::Text.new(to: {number_to_send_sms_including_country_code}, message: {message_to_send}).send

Note: remember to include the country code in the to number.

Example

Simplesms::Text.new(to: "15634558345, message: "Hello from SimpleSMS!").send

Questions? Feel free to reach out to tom@simplesms.io!

FAQs

Package last updated on 24 Jul 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