SendMessage
Sends an SMS message via the Internet Gateway.
SendStatusCollection SendMessage ( String[] ToList, String Message, String From ) throws IntelliSMSException
import IntelliSoftware.SMSGateway.SDK.IntelliSMSJavaSDK.*; IntelliSMS objIntelliSMS = new IntelliSMS(); objIntelliSMS.Username = "MyUsername"; objIntelliSMS.Password = "MyPassword"; objIntelliSMS.SendMessage ( "44771012345,44771023456", "Hello", "SENDER_ID" );
<< Back to Java SDK