textmagic gem
is a Ruby interface to the TextMagic's Bulk SMS Gateway.
api = TextMagic::API.new('fred', 'my secret')
api.send 'Hi Wilma!', '999314159265'
api.receive
# => ['999314159265: Hello Fred!']
is a Ruby interface to the TextMagic's Bulk SMS Gateway.
api = TextMagic::API.new('fred', 'my secret')
api.send 'Hi Wilma!', '999314159265'
api.receive
# => ['999314159265: Hello Fred!']