Using the IntelliSMS Java SMS SDK you can send SMS messages from your Java code. This Java SMS Library is free to download, use and distribute.
import IntelliSoftware.SMSGateway.SDK.IntelliSMSJavaSDK.*; IntelliSMS objIntelliSMS = new IntelliSMS(); objIntelliSMS.Username = "MyUsername"; objIntelliSMS.Password = "MyPassword"; objIntelliSMS.SendMessage ( "44771012345,44771023456", "Hello", "SENDER_ID" );
Advanced Features >>
To use a secure internet connection configure the gateway addresses as follows:
objIntelliSMS.PrimaryGateway="https://www.intellisoftware.co.uk"; objIntelliSMS.BackupGateway="https://www.intellisoftware2.co.uk"; objIntelliSMS.SendMessage ( ......
Download Java SMS SDK
SMS Interfaces HTTP Interface SMTP Interface .NET Component COM Component PHP SDK Java SDK
Text Messaging Send SMS Receive SMS SMS Replies
MMS Messaging Send MMS Receive MMS
Prices
Free Trial
Premium SMS
Downloads
Documents
Support Forum
Coverage