Project

sently-sms

0.0
No commit activity in last 3 years
No release in over 3 years
Allow to send SMSes using the sent.ly service
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 1.6.0
 Project Readme

sently-sms¶ ↑

Sent.ly SMS Gem

Heavily inspired by the Moonshado SMS Gem (rubygems.org/gems/moonshado-sms) in order to keep a relatively compatible API.

Usage¶ ↑

Put this in Development and Test environment so no real SMS are sent out:

Sently::Sms.config = {
  :test_env => true,
  :username => nil,
  :password => nil
}

Production environment config:

Sently::Sms.config = {
  :username => ENV['SENTLY_USER'],
  :password => ENV['SENTLY_PASS']
}

Copyright © 2010 Moonshado, 2012 Jerome Lacoste, Inc. See LICENSE for details.