Sending SMS from Computer to Mobile using SMS Driver Gateway






1.58/5 (14 votes)
This is a sample code for sending SMS from .NET to any Mobile in the World. This will use SMSDriver Gateway. The Sample code will work only for Mobile in India.
Introduction
This is a simple sample application to send an SMS from a .NET application. To use this application, we have to register in SMSDriver
.
Use the User ID and Password provided by this. We have to mention the gateway, the list of gateways it supports. You can get it from the above URL.
Code Usage
- Enter the user name and password provided by
SMSDriver
. - Mention the phone number along with country code as per the sample given in the below picture.
- Once the message is sent to the mobile, you will get a confirmation mail sent to your email.
History
- 13th May, 2005: Initial post