从我的应用程序中将 gmail 转为短信
有谁知道当电子邮件到达 Gmail 帐户时如何发送短信?
我了解一些 PHP、C/C++ 和 C#,我打算使用 POP3 阅读新邮件。问题是我不知道如何向手机发送短信。我需要短信服务器吗?
你能给我一些建议吗?
Does anyone know how can i send a sms messsage when e-mails are arriving in a gmail account?
I know some PHP, C/C++ and C#, and I plan to read the new message using POP3. The problem is that I don't know how can I send a SMS message to a mobile phone. Do I need a SMS server?
can you give me some advices?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要在一些带有 API 的批量短信网关上注册并购买积分。就我个人而言,我建议:http://www.clickatell.com/
它允许通过电子邮件、HTTP/GET/POST、REST、XML 等发送短信。
you need to register with and buy credit at some bulk SMS gateway with API. personally, i would recommend: http://www.clickatell.com/
which allows to send SMS via email, HTTP/GET/POST, REST, XML etc.
许多手机运营商都能够向电子邮件地址发送 SMS 消息(即 [电子邮件受保护] )。如果您要发送到特定手机(例如,用于监视您的网站),这将是值得研究的事情,因为它是免费且简单的。对于向任何手机发送短信的一般情况,情况要复杂一些。您可以连接到 SMS 网关(例如 dusoft 提到的 clickatell),也可以将 GSM 调制解调器连接到您的 PC 并通过它发送命令。
Many cell carriers have the ability to send SMS messages to an email address (ie [email protected]). If you're sending to a specific mobile phone (for keeping an eye on your website, say), this would be something to look into, because it's free and simple. For the general case of sending an SMS to any mobile phone, that's somewhat more complicated. You can either hook into an SMS gateway (such as clickatell, as dusoft mentions), or you can attach a GSM modem to your PC and send commands through it.