TilalHusain
TilalHusain

Reputation: 1016

Sending SMS using Python

I am trying to send sms using python and a GSM modem connected to my local machine, I have successfully sent the SMS using AT commands but now I have a technical problem for which I need help, the server of my website is located in United States while I live in Australia, so if I want to use the SMS feature on actual site I have to fly all the way to USA and attach the modem to my server, I just want to know if there is a simple solution for my problem, something like passing request from server to my machine and send SMS from my local machine.

Thanks in Advance.

Upvotes: 1

Views: 1838

Answers (1)

sorin
sorin

Reputation: 170310

A practical solution would be to connect to SMS gateway service instead of implementing your own service. Nowadays they are really cheap or even free.

Upvotes: 2

Related Questions