+ 2
How can I send text massage to cell phone through python
2 Respuestas
+ 7
Use 3rd party services. Search for "send sms rest api".
+ 1
You can also submit data to a remote web service that runs an SMS service via browser or however you decide to parse HTML and input data.