SMS Bulk Sender

flashback

New member
Joined
Dec 1, 2020
Messages
1
Programming Experience
Beginner
Hi Everyone,

I am new in a programming, can anyone who can help me to review my code. I am using a smart bro plugin to send sms but it's not successful.

Thank you in advance.

Keep safe everyone.
 

Attachments

  • My source code.txt
    13.3 KB · Views: 17
Just dumping all your code and telling us that it doesn't work isn't really good enough. You need to debug your code and narrow down where the issue occurs, then you need to provide only the relevant code, along with a FULL and CLEAR description of the problem, including what you're trying to achieve, how you're trying to achieve it and what happens when you try.
 
I’ve had a similar issue with sending SMS through plugins. Sometimes, it’s a matter of configuring settings or updating the plugin.
 
I’ve had a similar issue with sending SMS through plugins. Sometimes, it’s a matter of configuring settings or updating the plugin.
When I was setting up an SMS system, I used a phone number creator to generate numbers for testing, which helped me pinpoint the problem. Make sure your API keys and settings are correct, and double-check your code for errors. Even though this is an old post, if you’re still having trouble, sharing a snippet of your code might help get you more specific advice. Sometimes a fresh pair of eyes makes all the difference!
 
Back
Top