sendSMS
Description
Sends an SMS using the ENMS service or some other provider. See the Configuration manual for more details and supported providers. Returns 'false' if sending failed.
Parameters
Return Type
Boolean
Returns 'true' if the message was sent successfully or 'false' if an error occurred.
Example
sendSMS("KEPLER","+40123456789","Hello world!");
See the Configuration manual for more details and supported providers. Returns 'false' if sending failed. More about the configuration can be found at SMS Sender Configuration section.