-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dede3ae
commit c50ee6f
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,24 @@ | ||
Sms | ||
=== | ||
|
||
#Description | ||
##Description | ||
This module enables SMS sending via a Mendix application. A Clockwork account is required and can be acquired via [http://www.clockworksms.com/](http://www.clockworksms.com/). | ||
|
||
#Typical usage scenario | ||
##Typical usage scenario | ||
For sending a sms for e.g. a notification, two factor authentication or verification of a new account. | ||
|
||
#Features and limitations | ||
##Features and limitations | ||
- Plug 'n play Mendix module for easy sending sms messages. | ||
- 1 message can contain up to 160 characters with a maximum of 459 characters and results in 3 messages. | ||
- The sender is optional. | ||
- A ClockworkSms account is required. | ||
- Multiple networks are covered. | ||
|
||
#Screenshots | ||
##Screenshots | ||
Settings | ||
<img src="docs/smssettings.png" /> | ||
Logging | ||
<img src="docs/smslogging.png" /> | ||
|
||
|
||
#Roadmap | ||
##Roadmap | ||
- Other sms providers -> To be defined and to be determined. |