Parameterize everything

This commit is contained in:
Jannis Portmann 2022-10-09 19:14:07 +02:00
parent f6abda8772
commit 0bb4a1d06c
2 changed files with 14 additions and 4 deletions

View file

@ -1,5 +1,10 @@
SUBJECT = ''
EMAIL_COLUMN = ''
MY_ADDRESS = 'example@domain.tld'
PASSWORD = 'p4ssw0rd'
HOST = 'mail.domain.tld'
PORT = 587
SUBJECT = ''
WAIT_EVERY = 5
DELAY_SEC = 0