https://github.com/curityio/sms-tele2-plugin
A plugin to send text messages using the Tele2 service
https://github.com/curityio/sms-tele2-plugin
plugin sms-sender tele2
Last synced: about 1 year ago
JSON representation
A plugin to send text messages using the Tele2 service
- Host: GitHub
- URL: https://github.com/curityio/sms-tele2-plugin
- Owner: curityio
- License: apache-2.0
- Created: 2017-11-03T14:46:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T11:15:38.000Z (over 4 years ago)
- Last Synced: 2025-01-30T13:29:59.876Z (over 1 year ago)
- Topics: plugin, sms-sender, tele2
- Language: Java
- Homepage: https://curity.io/resources/learn/tele2-sms/
- Size: 70.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tele2 SMS Plugin #
[](https://curity.io/resources/code-examples/status/)
[](https://curity.io/resources/code-examples/status/)
This plugin enables the possibility to send OTP text messages through the Tele2 service.
## Config
Name | Default | Description
----------------| --------- | -----------
`Hostname` | | The hostname of the service
`Port` | | The port of the service
`Username` | | The username for the provider
`Password` | | The password for the provider
`Context` | | The context where the service is running
`Http Client` | | The https client to use. The client can enable or disable https for instance.
`From Number` | | The number that the message should be sent from. Can be a number or a name. Alphanumeric, 1-11 characters.
`Send Flash SMS`| false | When enabled, the service will send flash sms, which is not stored on the device.
## Build plugin
First, collect credentials to the Curity Nexus, to be able to fetch the SDK. Create a file called `gradle.properties` in the root of the repository, and put the credentials there.
Then, build the plugin by:
`./gradlew dist`