IMAP Gateway supporting portech gsm gateway
Go to file
Paul Lecuq 83c60c0e21
Merge pull request #2 from MyTheValentinus/master
Fix specials chars send to gateway
2018-01-25 08:57:02 +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 PDU special char for gateway 2017-12-22 16:43:31 +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