开发者

Using Ruby to send SMSs

开发者 https://www.devze.com 2023-04-09 08:34 出处:网络
I\'m trying to code for an sms server using the following tutorial. http://lukeredpath.co.uk/blog/sending-sms-messages-from-your-rails-application.html

I'm trying to code for an sms server using the following 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开发者_JAVA技巧 know how to write the bits of code that says require clickatell or sudo gem install clickatell. I'm new to ruby and rails hence any help would be appreciated :)


In Gemfile:

gem 'clickatell`

Then run bundle install.

0

精彩评论

暂无评论...
验证码 换一张
取 消