Use PHP to send scheduled text messages for free
Background: My mother is old and not well educated, but she needs to know the weather information every day to work in the field, so she cannot Get weather online, only through TV. So I thought about grabbing the weather information on the Internet and sending it to my mother through mobile phone text messages.
Problem: It is impossible for me to send weather text messages to my mother regularly every day, and the existing weather forecast subscription text messages cost money.
Solution:
Send SMS to mobile phone for free
Option 1: Use Fetion API
Since Fetion currently does not have a development platform, the existing APIs are developed by third parties. It seems that they can send text messages by cracking WAP Fetion or 3G Fetion and simulating the behavior of the browser. In addition, there is an open source php Fetion sending class php-fetion on Google code (http://code.google.com/p/php-fetion/). These Fetion interfaces facilitate the development of scheduled text messages.
The only disadvantage is that the third-party API is unstable and there is a risk of Fetion account leakage.
Here, I use