SendMessage Method
Sends a message to all recipients in the recipient list.
Object Oriented Interface
public function doSendMessage($message);
Procedural Interface
ipworks_smpp_do_sendmessage($res, $message);
Remarks
The methods sends a message to all recipients in the recipient list. The return value of this method is the server-assigned identifier of the message. The max size of the message sent is 256 bytes.