Ruby on Rails 短信发送

发布于 2024-12-07 16:21:04 字数 394 浏览 0 评论 0原文

我正在尝试使用本教程编写短信服务器代码:

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

这里他们建议我们使用clickatell,但我有一个可以使用的网关,我想使用它使用。但是我不知道如何编写 require clickatelsudo 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧城空念 2024-12-14 16:21:04

我发现 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文