Skip to end of banner
Go to start of banner

sendSMS

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.

See also

  • No labels