Project

smsc

0.02
No commit activity in last 3 years
No release in over 3 years
Simple client for sending SMS via smsc.ru
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.9
 Project Readme

Smsc - sending SMS via http://smsc.ru in a simple way

Smsc gem is a simple smsc.ru service API wrapper for Ruby

Installation

$ gem install smsc

or if you using bundler in your app (e.g. some Rails application) to manage gem dependencies simply add this line to your Gemfile

$ gem 'smsc'

What it can do?

Sending sms:

sms = Smsc::Sms.new('login', 'password', 'windows-1251')           # encoding is optional - utf-8 by default
sms.message('Some nice message', ['+11111234567', '+12221234567'], sender: "custom sender id") # sender is optional