An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Tele2 SMS Plugin #

[![Quality](https://img.shields.io/badge/quality-test-yellow)](https://curity.io/resources/code-examples/status/)
[![Availability](https://img.shields.io/badge/availability-source-blue)](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`