help_outline FAQ chevron_right FAQ chevron_right Detail

Which interface must be implemented in the SMS Addon, and what method does it require?

interface method must which addon does

You must implement the ISmsProvider interface, which requires a public string method named SendSms(number, content, header, username, password).