emsend 0.1.0

Send bulk email with your own HTML template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# emsend

Email Sender created with Rust

## Usage

```bash
emsend --receivers PATH_TO_RECEIVERS_FILE --html PATH_TO_HTML_FILE --delay DELAY_IN_SECS
```

Example: 
```bash
emsend --receivers example/receivers.csv --html example/template.html --delay 1
```

## Receiver CSV Format

name,email