https://github.com/knadh/otpgateway-solsms
SMS provider for otpgateway (SolutionsInfini, India)
https://github.com/knadh/otpgateway-solsms
Last synced: 8 months ago
JSON representation
SMS provider for otpgateway (SolutionsInfini, India)
- Host: GitHub
- URL: https://github.com/knadh/otpgateway-solsms
- Owner: knadh
- Created: 2019-01-29T15:44:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T18:21:14.000Z (over 5 years ago)
- Last Synced: 2025-03-19T00:24:05.753Z (about 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Solutions Infini SMS provider for [otpgateway](https://github.com/knadh/otpgateway).
This is a Provider plugin for [otpgateway](https://github.com/knadh/otpgateway) that sends SMSes using [SolutionsInfini](https://www.solutionsinfini.com), an Indian SMS gateway.
## Build
- Run `make build` to produce `solsms.prov`
## Usage
- Add this configuration to otpgateway's config.toml
```toml
[provider.solsms]
subject = "Verification"
template = "static/sms.txt"
template_type = "text"
config = '{"APIKey": "YourSolutionsInfiniKey", "Sender": "YourID"}'
```
- Run `./otpgateway --prov solsms.prov`