Hello there.
Currently I am using an online service to send SMS messages to a special group. These SMS include like if there is going to be a meeting and such.
However always typing manually the phone numbers of each and everyone is getting tedious.
Is there a some way to send a POST command to the website using C#
Please let me know.

sending multiply POST commands simultaneous through Internet?
Vista2007new
jameyer
minority80
_mthz
OpenWrite method in System.Web.WebClient class or System.Web.WebRequest.
For example take a look at http://www.codeproject.com/csharp/uploadfileex.asp