vtext
Use this class to send text messages to a Verizon phone.
require 'vtext'
vtext = Vtext.new({ "cell_num" => "5551234567899",
"username" => "gmail username",
"password" => "password"}
)
vtext.send('hello world')
Copyright
Copyright © 2009 dougsko. See LICENSE for details.