Skip to content

Gem for sending SMS via smstrade.de Gateway.

Notifications You must be signed in to change notification settings

gfriebe/smstrade_de

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For use with www.smstrade.de

Installation

gem install smstrade_de

Configuration

# config/intializers/smstrade.rb
Smstrade.key = "YOUR_KEY"
Smstrade.route = "ROUTE"

Usage

# Controller
Smstrade.new do |sms|
 @result, @response = sms.send(:number => "+491601234567", :text => "This is a dummy text.")
end

Author

Maikel Urlitzki
http://github.com/maikelcoke

About

Gem for sending SMS via smstrade.de Gateway.

Resources

Stars

Watchers

Forks

Packages

No packages published