mVaayoo™ is a cost effective End-to-End Enterprise Mobile Messaging Service with high service level availability, that is unmatched in the industry. mVaayoo™ provides both 1-Way & 2-Way SMS communication including SMS Push, short code and long code services, SMS gateway with APIs, SMS Excel plugin, SMS contest, voting & polling and Voice SMS services.
Add this line to your application's Gemfile:
gem 'mvaayoo'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mvaayoo
Subscribe http://mvaayoo.com/ to get following credentials
Add content to config/initializers/mvaayoo.rb
MVAAYOO_USER = 'MVAAYOO_USERNAME'
MVAAYOO_PASSWORD = 'MVAAYOO_PASSWORD'
SENDER_ID = 'MVAAYOO_SENDER_ID'
Send Message
Mvaayoo.send_message "hey there!!", "9766847415"
Get Balance
Mvaayoo.balance
- Fork it ( http://github.com/vajapravin/mvaayoo/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Don't hesitate to write problems [[email protected]]