etho2020_registration/README.md
2019-10-11 13:33:34 +02:00

16 lines
655 B
Markdown

# 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.