diff --git a/README.md b/README.md index aa578ca..3c6a212 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Easily send mails via SMTP and python ## Setup 1. Copy `vars.py.example` to `vars.py` -2. Setup `vars.py` with your credentials -3. Adapt `message.txt` and import `contacts.csv` +2. Setup `vars.py` with your credentials and config +3. Adapt `message.htmt` and save your contact list to `contacts.csv` ## Usage ```python mail.py```