pymail/README.md

11 lines
217 B
Markdown
Raw Normal View History

2020-12-07 15:01:09 +01:00
# pymail
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`
## Usage
```python mail.py```