Which interface must be implemented in the SMS Addon, and what method does it require?
You must implement the ISmsProvider interface, which requires a public string method named SendSms(number, content, header, username, password).
You must implement the ISmsProvider interface, which requires a public string method named SendSms(number, content, header, username, password).