Go to file
Kailash Nadh 8d4b92f732
Add zerodha.tech badge
2020-09-21 23:51:13 +05:30
.gitignore feat: Create a release 2019-09-04 18:30:09 +05:30
.goreleaser.yml feat: Create a release 2019-09-04 18:30:09 +05:30
Makefile feat: Create a release 2019-09-04 18:30:09 +05:30
README.md Add zerodha.tech badge 2020-09-21 23:51:13 +05:30
go.mod feat: Create a release 2019-09-04 18:30:09 +05:30
go.sum feat: Create a release 2019-09-04 18:30:09 +05:30
main.go feat: Create a release 2019-09-04 18:30:09 +05:30
sms.txt First commit 2019-01-29 21:17:19 +05:30
solsms.go Use latest version of SMS API 2019-06-21 13:55:03 +05:30

README.md

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 --prov solsms.prov