A simple plugin to add SMS capability to your website using the Twilio API. Allows developers to easily extend the settings page and built in functionality.
It would be nice to have an extra field for alphanumeric "from" ID.
Example :
Now if I fill the "from" phone number with an alphanumeric ID like"Test" it will send message with the "Test" from ID instead of the phone number. BUT if the SMS is send to a country that do not support this feature, the message will abort.
So we need both phone number and alphanumeric ID, with a condition : if the message with alphanumeric ID didn't works, so try with the phone number.
It would be nice to have an extra field for alphanumeric "from" ID.
Example :
Now if I fill the "from" phone number with an alphanumeric ID like"Test" it will send message with the "Test" from ID instead of the phone number. BUT if the SMS is send to a country that do not support this feature, the message will abort.
So we need both phone number and alphanumeric ID, with a condition : if the message with alphanumeric ID didn't works, so try with the phone number.
For your information: https://support.twilio.com/hc/en-us/articles/223181348-Getting-started-with-Alphanumeric-Sender-ID
Thank's for this plugin by the way, really useful :)