I am creating an app in which I have several cell phone numbers saved in a DB in TinyDB. How can I send a bulk sms to those sms?
Send multiple sms ome by one using the clock component to now overwhelm the system
- Please Wait method by Scott
Taifun
My question is, how can I send SMS to all mobile numbers at the same time? I have a database created in TinyDB that contains all the mobile numbers saved and through this application I want to send an sms to each one of them. How can I achieve that?
The idea is to obtain the entry numbers from my database and proceed to send the SMS to each one of them.
Use a for loop to send them at the same time
And if you find out, that it does not work for you, try my suggestion from the previous answer
Taifun
1 Like