Is it possible to send SMS/text message from WinForm to a cell pho

  • Thread starter Thread starter Guest
  • Start date Start date
There are several companies out there that give you access to an SMS Gateway
(which is what you need) for cents/message. Look up SMS Gateway services and
you'll find a ton. Most of these have .NET APIs which you use by attaching to
their web service and authenticating yourself w/ your login information.

Other than that, unless you've got your own server and some open source SMS
software, a gateway is your first step.

But yes, it's possible.
 
Thanks man!!

Brandon @ KMG said:
There are several companies out there that give you access to an SMS Gateway
(which is what you need) for cents/message. Look up SMS Gateway services and
you'll find a ton. Most of these have .NET APIs which you use by attaching to
their web service and authenticating yourself w/ your login information.

Other than that, unless you've got your own server and some open source SMS
software, a gateway is your first step.

But yes, it's possible.
 
Back
Top