How to do sms sending system? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to do sms sending system?

27th Oct 2017, 3:40 PM
Najir Ahamed
Najir Ahamed - avatar
3 Answers
+ 3
you could send sms for free (for you sender: the receiver pays) with php but there are caveats such as you have to know the phone operator associated to the specific number you want to send the sms to. https://code.tutsplus.com/tutorials/how-to-send-text-messages-with-php--net-17693
27th Oct 2017, 3:59 PM
seamiki
seamiki - avatar
0
twilio.com is fairly cheap. Basically you rent a phone number, and send and receive messages using a simple REST API.
27th Oct 2017, 3:53 PM
Schindlabua
Schindlabua - avatar
0
Thanks
27th Oct 2017, 5:08 PM
Najir Ahamed
Najir Ahamed - avatar