public
Description: ActiveSMS Gem fork with more gateways and email option.
Homepage: http://nofxx.lighthouseapp.com/projects/20713-activesms
Clone URL: git://github.com/nofxx/activesms.git
activesms / README.txt
100644 54 lines (29 sloc) 1.071 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
== SMS Brasil
 
* http://github.com/nofxx/activesms
 
 
== DESCRIPTION:
 
Baseado no ActiveSMS (http://rubyforge.org/projects/activesms) esse projeto visa facilitar o envio de mensagens SMS para operadoras de telefonia celular do Brasil, utilizando serviços de gateway de envio.
 
 
== FEATURES:
 
= Gateways:
 
* BulkSMS[http://www.bulksms.com]
* Clickatell[http://www.clickatell.com]
* Human[http://www.human.com.br]
* Simplewire[http://www.simplewire.com] (requires jruby)
 
 
= Email carriers:
 
* Brasil, US
* Germany, UK, Austria
* Japan
 
 
== REQUIREMENTS:
  
* ActionMailer (for email gateways)
  
 
== INSTALL:
 
  gem sources -a http://gems.github.com
  sudo gem install nofxx-activesms
 
  
== USAGE:
 
  cd some_rails_app
  script/generate sms Notifier signup:email forgot_password:gateway signoff:human
  
  script/console
  sms = Notifier.create_signup
  Notifer.deliver(sms)
 
 
== LICENSE:
 
(The MIT License)
 
Copyright (c) 2008 Robert Cottrell (ActiveSms), Brendan G. Lim (SMSFu) (brendangl@gmail.com),
Marcos Piccinini, Cássio Marques (sms_brasil)