/otpgateway-solsms

SMS provider for otpgateway (SolutionsInfini, India)

Primary LanguageGo

Solutions Infini SMS provider for otpgateway.

This is a Provider plugin for otpgateway that sends SMSes using SolutionsInfini, an Indian SMS gateway.

Build

  • Run make build to produce solsms.prov

Usage

  • Add this configuration to otpgateway's config.toml
[provider.solsms]
subject = "Verification"
template = "static/sms.txt"
template_type = "text"
config = '{"APIKey": "YourSolutionsInfiniKey", "Sender": "YourID"}'
  • Run ./otpgateway --provider solsms.prov