有没有免费的短信发送服务?

时间:2022-06-24 18:09:59

I have a Rails app that needs to send SMS messages to users but does not need to receive messages.

我有一个Rails应用程序需要向用户发送SMS消息,但不需要接收消息。

Is there a free way to do this programmatically? If so, how free is it - do they charge if you go over a certain number of messages?

有没有一种*的方式来编程?如果是的话,它有多免费——如果你浏览一定数量的信息,他们会收费吗?

I know Gmail allows you to send SMS messages now. But I'm not sure if this means you could also send an SMS from an application through an SMTP connection to Gmail. Has anyone done this?

我知道Gmail现在允许你发送短信。但我不确定这是否意味着您也可以通过SMTP连接从应用程序发送SMS到Gmail。有人做过吗?

7 个解决方案

#1


5  

If you use Rails, you should try out Brendan Lim's sms-fu project. It seems to work pretty well.

如果您使用Rails,您应该尝试Brendan Lim的sms-fu项目。它似乎运行得很好。

#2


4  

If you just need to send messages, you're better off compiling as list of cellular proivders and email domains they use. Wikipedia has (what looks like) a pretty extensive list.

如果你只需要发送消息,你最好将它们编译成细胞验证程序和电子邮件域的列表。*有一个非常广泛的列表。

#3


2  

You can use udefn to send SMS for free. They provide an API.

您可以使用udefn免费发送短信。他们提供了一个API。

#4


2  

There is free sms api company. they are really awesome. they send only custom msg sent by you. no ads or spam. Daily sms limit 100. ou can add the api code to your website and send sms programically

有免费的sms api公司。他们真的太棒了。他们只发送你发送的定制的味精。任何广告和垃圾邮件。每天短信限制100。ou可以将api代码添加到您的网站上,并按程序发送sms

http://www.freesmsapi.com/users/registration?ref=lufa.in

http://www.freesmsapi.com/users/registration?ref=lufa.in

#5


1  

For about 4¢ per message (it seems) you can send through this gateway:

大约4¢/消息(似乎)可以通过此网关发送:

http://www.clickatell.com/pricing/message_cost.php

http://www.clickatell.com/pricing/message_cost.php

There is a ruby gem that will help you interface with Clickatell:

有一个ruby gem可以帮助您与Clickatell进行交互:

http://clickatell.rubyforge.org

http://clickatell.rubyforge.org

Source of info:

信息来源:

http://codeclimber.blogspot.com/2008/03/sms-gateway-review.html

http://codeclimber.blogspot.com/2008/03/sms-gateway-review.html

#6


1  

Yoy can have look to this its a great one, Clickatell Ruby API 0.8.2

Yoy可以看看这个,它是一个很棒的,Clickatell Ruby API 0.8.2

#7


0  

If you have your own android phone that you can use there is a free android app that lets you send messages from your device.

如果你有你自己的android手机,你可以使用一个免费的android应用,你可以从你的设备上发送信息。

They have documentation on how to do it with PHP but i'm sure you can use ruby with it too.

他们有关于如何使用PHP的文档,但我相信您也可以使用ruby。

You can download the app here: Android SMS Gateway

你可以在这里下载这个应用:Android SMS网关

Use the web console to manage it / view documentation here: SMS Gateway Android

使用web控制台管理it /查看文档:SMS网关Android

#1


5  

If you use Rails, you should try out Brendan Lim's sms-fu project. It seems to work pretty well.

如果您使用Rails,您应该尝试Brendan Lim的sms-fu项目。它似乎运行得很好。

#2


4  

If you just need to send messages, you're better off compiling as list of cellular proivders and email domains they use. Wikipedia has (what looks like) a pretty extensive list.

如果你只需要发送消息,你最好将它们编译成细胞验证程序和电子邮件域的列表。*有一个非常广泛的列表。

#3


2  

You can use udefn to send SMS for free. They provide an API.

您可以使用udefn免费发送短信。他们提供了一个API。

#4


2  

There is free sms api company. they are really awesome. they send only custom msg sent by you. no ads or spam. Daily sms limit 100. ou can add the api code to your website and send sms programically

有免费的sms api公司。他们真的太棒了。他们只发送你发送的定制的味精。任何广告和垃圾邮件。每天短信限制100。ou可以将api代码添加到您的网站上,并按程序发送sms

http://www.freesmsapi.com/users/registration?ref=lufa.in

http://www.freesmsapi.com/users/registration?ref=lufa.in

#5


1  

For about 4¢ per message (it seems) you can send through this gateway:

大约4¢/消息(似乎)可以通过此网关发送:

http://www.clickatell.com/pricing/message_cost.php

http://www.clickatell.com/pricing/message_cost.php

There is a ruby gem that will help you interface with Clickatell:

有一个ruby gem可以帮助您与Clickatell进行交互:

http://clickatell.rubyforge.org

http://clickatell.rubyforge.org

Source of info:

信息来源:

http://codeclimber.blogspot.com/2008/03/sms-gateway-review.html

http://codeclimber.blogspot.com/2008/03/sms-gateway-review.html

#6


1  

Yoy can have look to this its a great one, Clickatell Ruby API 0.8.2

Yoy可以看看这个,它是一个很棒的,Clickatell Ruby API 0.8.2

#7


0  

If you have your own android phone that you can use there is a free android app that lets you send messages from your device.

如果你有你自己的android手机,你可以使用一个免费的android应用,你可以从你的设备上发送信息。

They have documentation on how to do it with PHP but i'm sure you can use ruby with it too.

他们有关于如何使用PHP的文档,但我相信您也可以使用ruby。

You can download the app here: Android SMS Gateway

你可以在这里下载这个应用:Android SMS网关

Use the web console to manage it / view documentation here: SMS Gateway Android

使用web控制台管理it /查看文档:SMS网关Android