Red Oxygen
US: 866 990 8398 / AU: 1800 770 758

Text Messaging API

Delphi API

Use this API to send text messages from Delphi.

Easy to use DLL
Delivery status via function return code
Long SMS (up to 765 characters)
Email replies
Proxy server support

Example

function SendSMS (
	AccountId : String;
	Email : String;
	Password : String;
	Recipient : String;
	Message : String) : Integer; stdcall; external 'redoxygen.dll';

procedure SendMessage (AccountID, Email, Password, Recipient, Message : String)

var
	Result : Integer;

begin
	Result := SendSMS(AccountID, Email, Password, Recipient, Message);
end;

Your Options

Trial Account Download

 
Facebook Twitter YouTube LinkedIn

Copyright Notice | Privacy Policy | Site Map

Copyright © 2011 Red Oxygen. All rights reserved.