smsgateway/README.md

14 lines
409 B
Markdown
Raw Normal View History

2016-01-15 11:36:44 +01:00
# smsgateway
smsgateway supporting portech gsm gateway
2016-01-16 16:12:06 +01:00
This script is able to communicate with portech GSM voip gateways, and send single SMS or fetch mails and transforms
it to SMS
## Usage :
2016-02-02 11:34:30 +01:00
* smsgateway.py imap2sms
* smsgateway.py sms <number> <message>
* smsgateway.py clearallsms
2016-01-16 16:12:06 +01:00
2016-01-16 16:13:55 +01:00
## Requirements :
python-messaging available on : [pmarti/python-messaging](https://github.com/pmarti/python-messaging)