IMAP Gateway supporting portech gsm gateway
Go to file
2017-12-04 14:43:36 +01:00
.gitignore Correct variable issue 2016-03-25 17:29:11 +01:00
config.py.sample Multi-lists support 2016-03-14 16:34:11 +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 Add logging text and message 2017-12-04 14:43:36 +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