11 lines
No EOL
217 B
Markdown
11 lines
No EOL
217 B
Markdown
# 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``` |