Array containing the send status for each recipient.
<?php include 'IntelliSMS.php'; //Required php.ini settings: // allow_url_fopen = On // track_errors = On $objIntelliSMS = new IntelliSMS(); $objIntelliSMS->Username = 'MyUsername'; $objIntelliSMS->Password = 'MyPassword'; $SendStatusCollection = $objIntelliSMS->SendMessage ( '44771012345', 'Hello', 'SENDER_ID' ); $sendresult_detailed = ""; foreach ( $SendStatusCollection as $SendStatus ) { $sendresult_detailed = $sendresult_detailed . $SendStatus["To"] . " " . $SendStatus["MessageId"] . " " . $SendStatus["Result"] . "<BR>"; } echo $sendresult_detailed; ?>
<< Back to PHP 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