0845 356 5758
or

ASP SMS SDK

The ASP SDK uses the Esendex ActiveX Component to allow customers to access the Esendex services via their own applications.

Functionality provided by the SDK includes sending SMS, receiving SMS, receiving events, account management and contact management.

ASP SMS SDK Download

The latest version of the SDK can be downloaded from here.

Setup

Once you've downloaded the ASP SDK, setup a virtual directory to run the sample files from and register the EsendexSDK2.dll COM+ component.

Set up a virtual directory

Open IIS Manager and create a virtual directory for the ASP sample files that are included in the SDK. Unzip the SDK to a directory, c:\Esendex\ for example, and copy the contents of the samples folder to your new virtual directory.

Register the EsendexSDK2.dll COM+ component

Before you can use the sample pages that you've just installed in your virtual directory you must register the Esendex sdk dll. To do this open a command prompt and type REGSVR32 c:\esendex\EsendexSDK2.dll or use the path where you unzipped the sdk to.

Once you've got this far you should be able to browse to your virtual directory from a web browser and start using the sample pages. Go to the SendSMS.asp example page and enter your username, password and account reference (usually starting EX00....).

Next, enter the recipient mobile number and the body of the text message then click send. You should get the message come through on the recipients handset and you should also see a message ID displayed at the top of the page. If all this happens then you've setup the ASP SDK ready for use.