Add logging and more options

This commit is contained in:
Jannis Portmann 2023-04-23 13:28:51 +02:00
parent bbe48d2c38
commit 4f4fc2b609
2 changed files with 23 additions and 8 deletions

View file

@ -7,4 +7,7 @@ HOST = 'mail.domain.tld'
PORT = 587
WAIT_EVERY = 5
DELAY_SEC = 0
DELAY_SEC = 0
LOGLEVEL = 'INFO'
DRY_RUN = True