Add logging and more options
This commit is contained in:
parent
bbe48d2c38
commit
4f4fc2b609
2 changed files with 23 additions and 8 deletions
|
@ -7,4 +7,7 @@ HOST = 'mail.domain.tld'
|
|||
PORT = 587
|
||||
|
||||
WAIT_EVERY = 5
|
||||
DELAY_SEC = 0
|
||||
DELAY_SEC = 0
|
||||
|
||||
LOGLEVEL = 'INFO'
|
||||
DRY_RUN = True
|
Loading…
Add table
Add a link
Reference in a new issue