IMAP Gateway supporting portech gsm gateway
Go to file
Paul Lecuq ac5a7984f0
Merge pull request #1 from MyTheValentinus/master
Log system, multiples fixes
2017-12-11 16:49:25 +01:00
.gitignore Correct variable issue 2016-03-25 17:29:11 +01:00
config.py.sample Rework log system and send_sms method 2017-12-06 17:11:38 +01:00
LICENSE Initial commit 2016-01-15 11:36:44 +01:00
mailbox.csv.sample Multi-lists support 2016-03-14 16:34:11 +01:00
README.md update README.md 2016-02-03 22:07:31 +01:00
smsgateway.py Fix missing letter in var name 2017-12-11 16:05:14 +01:00

smsgateway

smsgateway supporting portech gsm gateway

This script is able to communicate with Portech GSM gateways (tested on MV370), and send single SMS or fetch mails and transforms it to SMS. It uses the python-messaging package for PDU encodings

Usage :

  • smsgateway.py imap2sms
  • smsgateway.py sms <number> <message>
  • smsgateway.py clearallsms

Requirements :

python-messaging available on : pmarti/python-messaging