etho2020_registration/credentials_template.py
2019-10-11 13:33:34 +02:00

14 lines
505 B
Python

EMAIL_ACCOUNT = 'yourlogin'
EMAIL_FOLDER = 'INBOX'
EMAIL_ADDRESS = 'the email address that needs to be checked'
EMAIL_PSWD = 'your_password for email account'
EMAIL_REPLY = 'email address of the conference office'
SMTP_SERVER = 'outgoing smtp server address'
IMAP_SERVER = 'server address for incoming mails'
SUBJECT_PATTERN = "etho2020"
CHECK_INTERVAL = 120 # check every 120s for new mails
LOGFILE_NAME = 'etho_registration.log'
LOG_STATUS_INTERVAL = 60 # write status message every 60 checks (2h)