sms
Message
Opens the native sms client with the supplied text message and recipients list populated.
$m.sms(["9999999999"], "Order 10045 approved."); |
Syntax
$m.sms(toList, message)
Parameters
toList
array (required)
Array of mobile numbers to whom the message must be delivered.
message
string(required)
The body of the text message.