If you have planning to use an SMS service provider and don't find the connector to it, you will need to write one.
SMSNotifier module defines ISMSProvider
modules/SMSNotifier/ext/ISMSProvider.php
interface which should be implemented by your custom provider.
A template sample provide is available at:
modules/SMSNotifier/ext/providers/MyProvider.php.sample
Also, look at ClickATell and other provider implementations:
modules/SMSNotifier/ext/providers/ClickATell.php;
Currently supported Providers
-
ClickATell, both HTTP and REST API
-
TeleFacil (DuocomSMS)