I have a NT Web Server app that determines when a communications should take place with a person or group of people. The system knows whether the specific person to receive the communications wants to receive it via email or via snail mail, and the system generates the needed response (ie print a letter or send an email).
Now, we are getting requests to expand those options to include sending a text message to the individual's cell phone. We know who wants that option and what their cell phone number is. But that is all we know about it - we don't know their cell service provider, for example.
So, the question is what is the best (easiest to implement, lowest cost, etc) approach with a NT web server to be able to send a text message to a cell phone given all we know is the phone number.
Thanks,
Mike Springer