twitter-archive / cloudhopper-smpp

Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)
Other
382 stars 356 forks source link

Is it possible to send one sms to multiple recipients using cloudhopper-smpp ? If yes may I know how to implement ... #83

Closed batman09 closed 9 years ago

jjlauer commented 9 years ago

You're asking for "Submit Multi" -- which is technically an SMPP pdu but I've never seen it used in the real world. Thus, this library does not include support for it. I've never seen an SMSC that really likes them -- so you just need to send multiple Submit Sm requests with the same short message to multiple recipients.