bulksms

Flutter: Better approach for sending bulk SMS without user interaction on Android

◇◆丶佛笑我妖孽 提交于 2020-01-05 06:55:07
问题 In our project, we need to send bulk SMS to our entire customer list (around 200 users in the list), for their monthly dues. We will: send first sms to all users second sms to pending payment users final third message to remaining users We can't use SMS Gateway with API, because the internet is not reliable in the area where this app will be used so we wanted to use SIM for the SMS. Questions: How can we send SMS without user interaction? How we can prompt for SIM selection? (dual sim mobile)

sending bulk sms stops in middle

拜拜、爱过 提交于 2019-12-08 12:37:23
问题 Guys i have an issue in the following code. I need to send bulk sms to 24,000 mobile numbers. But if i send it after 150 number send it shows me an Internal server error and stop send other following numbers. Kindly go through the code given below and reply the positive code that can really help me. <?php //Code using fopen //Change your configurations here. //--------------------------------- $username = "username"; $api_password = "api_password"; $sender = "sender"; $domain = "domain";

How to create an SMS gateway?

寵の児 提交于 2019-12-04 07:55:42
问题 I know there are lots of 3rd party sites to send bulk SMS via the internet, but if I wanted to create one myself, how would I go about it? I know how to create an SMS gateway using my mobile phone, which is very slow. Is there any other way of creating an internet SMS gateway? 回答1: I designed something similar (although for far fewer text messages) for my employer. A Linux server is connected to a Bluetooth USB dongle for receiving data from embedded sensor devices in the lab and a Siemens

How do I design sms service?

£可爱£侵袭症+ 提交于 2019-12-03 08:02:14
问题 I want to design a website that can send and receive sms. How should I approach the problem ? What are the resources available ? I know php,python what else do I need or are the better options available? How can experiment using my pc only?[somthing like localhost] What are some good hosting services for this? [edit this] [Add more questions you can think of?] 回答1: You can take a look at Kannel. It's so simple to create SMS services using it. Just define a keyword, then put in the URL to

Send and receive SMSs to a PHP script?

点点圈 提交于 2019-12-03 07:30:38
问题 Can a PHP script (which can be working with a MySQL DB) send and/or receive SMSs using some sort of server-side solution? Any special server-side application , or special hardware required? And compatibility? Windows, Linux? 回答1: There are plenty of companies like Esendex that offer APIs for sending/receiving SMS messages. I'm not sure if you're looking to send them directly from your hardware though? 回答2: You can get usb to gsm modems and send messages from php or any other language or you

How do I design sms service?

筅森魡賤 提交于 2019-12-02 21:31:09
I want to design a website that can send and receive sms. How should I approach the problem ? What are the resources available ? I know php,python what else do I need or are the better options available? How can experiment using my pc only?[somthing like localhost] What are some good hosting services for this? [edit this] [Add more questions you can think of?] You can take a look at Kannel . It's so simple to create SMS services using it. Just define a keyword, then put in the URL to which the incoming SMS request will be routed (you'll get the info such as mobile number and SMS text in query

How to create an SMS gateway?

本小妞迷上赌 提交于 2019-12-02 18:37:39
I know there are lots of 3rd party sites to send bulk SMS via the internet, but if I wanted to create one myself, how would I go about it? I know how to create an SMS gateway using my mobile phone, which is very slow. Is there any other way of creating an internet SMS gateway? IanW I designed something similar (although for far fewer text messages) for my employer. A Linux server is connected to a Bluetooth USB dongle for receiving data from embedded sensor devices in the lab and a Siemens TC35 GSM modem via a RS232 serial link. The server can send messages to selected employees phone if the