Home - jlazic/GlogSMS GitHub Wiki
About
This project started when company I work for had and itch, therefore my duty was to scratch it. At first, company was sending credentials to new users via certified snail mail, and in the wake of cutting expenses it was decided to stop using postal services, and send come up with e-solution. Using email for sending confidential informations like passwords was out of the question, but if we had a system where we could send everything except password via email, and only password via SMS, that could work.
After few hours of google-foo EnvayaSMS was found, and only thing missing is web based server that would receive SMS messages from our servers, and take care that they are delivered to EnvayaSMS installed on Android mobile phones.
Installation
First you will need Linux box, development and testing is done on Ubuntu 14.04, but any Linux capable of running Python 2.7 will suffice. Python, database (sqlite, mysql or postgresql) and rabbitmq are only mandatory software requirements, other requirements are optional.