从服务器发送批量短信:选项?
我有一台服务器和七个“组”客户端,我需要向它们发送 SMS 消息。每个“组”包含约 100 个手机号码,其结构应如下所示:
消息 1 ->第 1 组
消息 2 -> Group 2
Etc
假设所有组成员都使用 verizon,我可以让我的服务器通过 verizon 的 SMS 网关向组成员传输消息吗?
消息 1 可以发送至 [email protected] + [电子邮件受保护]@vtext.com。
消息2,同样的事情,但是num101-num200。
您认为这有什么问题吗?
是否可以从一个电子邮件地址发送发送给所有群组的所有消息?
像 Kannel 这样的东西对我有帮助吗?
谢谢您的宝贵时间:)
I have a server and seven "groups" of clients that I need to send SMS messages to. Each "group" contains ~100 cell phone numbers, and should be structured like this:
Message 1 -> Group 1
Message 2 -> Group 2
Etc
Assuming all group members are using verizon, could I just have my server transmit messages to the group members via verizon's sms gateway?
Message 1 could be sent to [email protected] + [email protected]@vtext.com.
Message 2, same thing, but num101-num200.
Do you see any problems with this?
Could all messages to all groups be sent from a single email address?
Would something like Kannel help me at all?
Thank you for your time :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能看到的唯一问题是 Verizon 可能有垃圾邮件限制(作为参考,AT&T 的限制是每个域每小时 250 条消息)。如果时间不是问题的话,应该没问题。
The only problem I can see is that Verizon is likely to have a spam limit (as a reference, AT&T's limit is 250 messages per domain per hour). If time isn't an issue, then you should be fine.