smsgateway/config.py.sample
Paul Lecuq 61d9186789 Multi-lists support
Code refactor and clean
2016-03-14 16:34:11 +01:00

11 lines
266 B
Plaintext

smshost = "192.168.1.100"
smsusername = "admin"
smspassword = "admin"
smssize = 160
smstemplate = "Nouveau mail de %s. Object %s. Message ..."
smsformat = "ascii"
mailboxes = "/home/paul/PycharmProjects/smsgateway/mailbox.csv"
pidfile = "/run/lock/smsgateway.pid"