Go to file
2019-10-21 14:03:36 +02:00
.gitignore Initial commit 2019-08-19 10:41:14 +02:00
credentials_template.py extract credentials to config file 2019-10-11 13:33:34 +02:00
email_client.py fix last name, first name order in csv 2019-10-16 09:38:46 +02:00
LICENSE Initial commit 2019-08-19 10:41:14 +02:00
README.md extract credentials to config file 2019-10-11 13:33:34 +02:00
response.txt update email response, remove umlauts 2019-10-21 14:03:36 +02:00

Etho2020 email client listening for registration emails

  • checks every 120s for new messages on a given email address, parses the information and sends and confirmation email to the participant and a copy to the conference office.

Configuration

The root folder contains a credentials_template.py file containing dummy credentials. Fill in the valid information and rename file to credentials.py. The email client expects to find this file, otherwise it will not work.

Beware the valid credentials.py file must not be committed to the version controll system and be read-only for all exept the user running the client.