File: smstrade.ini

package info (click to toggle)
python-smstrade 0.2.4-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 228 kB
  • ctags: 123
  • sloc: python: 748; makefile: 11
file content (27 lines) | stat: -rw-r--r-- 934 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[smstrade]
# enable the following line to really send SMS
#debug = False

# get your key from https://login.smstrade.de/index.php?gateway
key = TheKeyFromSMSTrade
# your sender identifier (only used for gold and direct routes)
#from = +491701234567
from = YOURID

# set the route to one of basic, gold, direct. Default is basic
#route = basic
# enable return of message ids. Default is False
#enable-message-id = True
# enable return of costs. Default is False
#enable-cost = True
# enable return of message count. Default is False
#enable-count = True
# enable delivery reports. Default is False
#enable-delivery-reports = True
# enable response (only for route basic). Default is False
#enable-response = True
# enable longer SMS built of multiple messages. Default is False
#enable-concat = True
# define a charset for encoding messages and sender identifier (UTF-8,
# ISO-8859-1 or ISO-8859-15). Default is ASCII
#charset = UTF-8