$configuration
$configuration : \ElasticEmailClient\ApiConfiguration
Send(string $to, string $body)
Send a short SMS Message (maximum of 1600 characters) to any mobile phone.
| string | $to | Mobile number you want to message. Can be any valid mobile number in E.164 format. To provide the country code you need to provide "+" before the number. If your URL is not encoded then you need to replace the "+" with "%2B" instead. |
| string | $body | Body of your message. The maximum body length is 160 characters. If the message body is greater than 160 characters it is split into multiple messages and you are charged per message for the number of message required to send your length |