Skip to content

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

gem install smstrade_de
# config/intializers/smstrade.rb
Smstrade.key = "YOUR_KEY"
Smstrade.route = "ROUTE"
# Controller
Smstrade.new do |sms|
 @result, @response = sms.send(:number => "+491601234567", :text => "This is a dummy text.")
end
Maikel Urlitzki
http://github.com/maikelcoke

About

Gem for sending SMS via smstrade.de Gateway.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors