read
It appears that every carrier has their own web to SMS gateway. Is there anyone maintaining an open source library that centralizes that knowledge, so that at the very least one could do:
<br />
send_sms(carrier_name, subscriber_number, sender, message)<br />
(Note that I’m not asking for the carrier_name
to be guessed.
I’ll take any reasonable language implementation.