中国的电子邮件短信网关(中国移动)
我正在使用各种电话公司提供的电子邮件短信网关开发一个简单的短信应用程序。
例如,您可以通过将运营商特定的电子邮件后缀附加到手机号码来发送短信。 ie 对于 AT&T: 对于电话号码 111-222-3333
,其对应的电子邮件为 [电子邮件受保护]
我尝试发送/接收的特定移动提供商是中国移动 (中国移动通信集团公司)。我找到了几乎所有其他运营商(美国和国际)的非常广泛的列表,但似乎找不到这家中国运营商的列表。
所以我的问题是:
- 是否有一个公共电子邮件短信网关(这样您就可以从标准电子邮件客户端或服务器端脚本语言(如 PHP)发送短信)
- 如果没有,那么有什么方法可以绕过它,通过其他服务(当然是合法的)。
谢谢
I was developing a simple SMS application using the Email-SMS Gateways that various Phone companies provide.
So for instance you can send a SMS message by appending a carrier specific email suffix to the mobile number. i.e for AT&T:
For the phone number 111-222-3333
, it's corresponding Email is [email protected]
The specific Mobile provider that I am trying to send/receive from is China Mobile (中国移动通信集团公司). I have found very extensive lists for virtually all other carriers (Both US and International), but can't seem to find one for this Chinese Carrier.
So my question is:
- Is there a public Email-SMS gateway (Such that you could fire an SMS message from a standard email client or server-side scripting langauge like PHP)
- If not, then is there any way to get around it, via other services (legally of course).
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我刚发现这个。这看起来很有用。我很快就会为我的公司进行测试。
http://www.now.cn/mobile/(中文版,英文版不支持)好像有短信发送的信息)
I just found this. This seems useful. I'm gonna test it soon for my company.
http://www.now.cn/mobile/ (In Chinese. The English version doesn't seem to have the information about SMS sending)
它可能在中国被屏蔽(了解这一情况的最佳方法是检查其他中国运营商是否提供此服务)。
如果没有找到中国移动的公共电子邮件地址模式,请尝试已为 CM 提供此服务的其他服务,并检查他们是否有 API。
It might be blocked in China (best way to see this is to check if other Chinese carriers offer this).
If no public e-mail address pattern is found for China Mobile, try another service that already provides this for CM and check if they have an API.