From 02b76b57554d10b052932e9faa36ce93ee56e97f Mon Sep 17 00:00:00 2001 From: thisfro Date: Sun, 9 Oct 2022 19:14:16 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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```