Ruby on Rails 短信发送
我正在尝试使用本教程编写短信服务器代码:
http: //lukeredpath.co.uk/blog/sending-sms-messages-from-your-rails-application.html
这里他们建议我们使用clickatell,但我有一个可以使用的网关,我想使用它使用。但是我不知道如何编写 require clickatel
或 sudo gem install clickatell
的代码。我是 ruby 和 Rails 的新手,因此任何帮助将不胜感激:)
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 :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现 twilio 易于使用并推荐它。他们有一个有效的教程(至少在 Rails 3.07 中)。
http://www.twilio.com/
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/