Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending Bulk SMS #42

Open
SasankaM opened this issue Feb 9, 2021 · 1 comment
Open

Sending Bulk SMS #42

SasankaM opened this issue Feb 9, 2021 · 1 comment

Comments

@SasankaM
Copy link

SasankaM commented Feb 9, 2021

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants