Solutions Infini SMS provider for otpgateway.
This is a Provider plugin for otpgateway that sends SMSes using SolutionsInfini, an Indian SMS gateway.
- Run
make buildto producesolsms.prov
- 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 --prov solsms.prov