CodeGeek123
CodeGeek123

Reputation: 4501

Ruby on Rails SMS sending

I'm trying to code for an sms server using this tutorial:

http://lukeredpath.co.uk/blog/sending-sms-messages-from-your-rails-application.html

Here they advice us to use clickatell but i have a gateway that i can use which i would like to use. However i wouldn't know how to write the bits of code that says require clickatel or sudo gem install clickatell. I'm new to ruby and rails hence any help would be appreciated :)

Upvotes: 4

Views: 11362

Answers (1)

B Seven
B Seven

Reputation: 45941

I have found twilio easy to use and recommend it. They have a tutorial that works (at least in Rails 3.07).

http://www.twilio.com/

Upvotes: 7

Related Questions