Smster (ruby)
SMS sending service through different providers with maximum convenience.
Supported:
Usage
Install gem:
gem install smster_ruby
Follow instruction:
https://github.com/IlyaDonskikh/smster_ruby/wiki
Preview
Add configuration file config/initializers/smster.rb
:
Smster.configure do |config|
## Clickatell
config.clickatell_authorization_code = API_KEY
end
And send sms:
require 'smster'
Sms::Clickatell.send_sms(to: $phone, text: $text)
Feedback
Please use the issue tracker or send mail to donivrecord@gmail.com.