How to send SMS from asp.net application

Possible duplicate:
sms from our site

I want to send SMS from my asp.net application. Suppose there are 2 text fields in my user interface, one for a mobile or cell phone, and the other for writing a message. When I click the "Send" button, this SMS will be sent to this cell number. I want to use a mobile phone number as a transfer number. Please tell me the possible ways. I am using asp.net c #

+4
source share
4 answers

There are several services that offer this type of SMS gateway.

http://www.fastsms.co.uk/solutions/developer-api/developer-api.html http://www.esendex.co.uk/Services/SMS-API

Or just find the “SMS Gateway API” to download more

+2
source

You will need to find the SMS gateway and use their API.

Check out http://www.twilio.com/ they give you free credit at check-in.

+2
source

First you need to find a gateway or such a service. The service provider is likely to offer you a method or API for integrating your website into the service. This topic has also been discussed in these forums several times before. You can find these topics and see if they are right for you.

+1
source

All Articles