AdhamAwadhi / JamaaSMPP

Jamaa SMPP Client is a .NET implementation of the SMPP protocol that focuses on providing an easy-to-use and robust SMPP client library for .NET developers. This project is intended to be used by developers who want to integrate SMS functionalities in their applications as well as students who are learning the SMPP protocol.
https://github.com/AdhamAwadhi/JamaaSMPP/wiki
Other
43 stars 36 forks source link

Sending Bulk SMS #42

Open SasankaM opened 3 years ago

SasankaM commented 3 years ago

We are using your JamaaSMPP library in one of our projects and it is really useful and helpful. Could you please clarify the below query?

1) Does the library supports bulk SMS, meaning can we send multiple mobile numbers at the same time with some delimiter? 2) If yes, could you please let us know how this can be achieved.

When we try to send the list of mobile numbers, we get below Error code

at JamaaTech.Smpp.Net.Client.SmppClient.SendPdu(RequestPDU pdu, Int32 timeout) in D:\Work\My\JamaaSMPP\JamaaTech.Smpp.Net.Client\SmppClient.cs:line 218 at JamaaTech.Smpp.Net.Client.SmppClient.SendMessage(ShortMessage message, Int32 timeOut) in D:\Work\My\JamaaSMPP\JamaaTech.Smpp.Net.Client\SmppClient.cs:line 19 and smppEx.ErrorCode - 1078

Regards, Sasanka M

mayurrrathod commented 3 years ago

No, you can not send it on bulk. You have to use for loop based on your language.