Project

smsglobal

0.01
No commit activity in last 3 years
No release in over 3 years
Ruby gem to send and receive SMS messages via SMSGlobal.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 2.0.0
 Project Readme

smsglobal¶ ↑

<img src=“https://travis-ci.org/kuperov/smsglobal.svg?branch=add_travis” alt=“Build Status” />

Ruby gem to send SMS messages via SMSGlobal (www.smsglobal.com).

This was written by the cool people at GetUp Australia (getup.org.au/), who’ve decided to share this code with the community.

To use:

require 'smsglobal'
sender = SmsGlobal::Sender.new :user => 'CHANGEME', :password => 'CHANGEME'

sender.send_text 'Test text message', '0404565555', '0401235555'

where 0404565555 is the recipient address, and 0401235555 is the sender.

Enjoy!