Q: sending SMS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I need to implement SMS to mobiles phones in my ASP.Net application, where
can I start for this. Any help will greatly be appreciated.
 
Hello,
I need to implement SMS to mobiles phones in my ASP.Net application, where
can I start for this. Any help will greatly be appreciated.

Firstly you need a company who will provide you with access to the SMS
network, i suggest http://www.sms2email.com (as my brother is their lead
developer! ;p).

Once you have an account with them, you will gain access to there webserivce
and WDSL components (and a million and 1 other integration techniques) to
easily integrate your site with there systems.

Hope it helps,
Taz
 
Jim,
You have a few choices. You can subscribe to somebody's SMS Gateway service
(some offer a webservice for example) which costs money, or you can use one
of the free services such as Teleflip. With teleflip, all you need to do is
send a regular email to <personsCellPhoneNumber>@teleflip.com and you're done.
Peter
 
Back
Top