htmltoemail

This command line converts .html file to .eml file.

Build GitHub license

Install

```shell

cargo install --git https://github.com/gonejack/htmltoemail ```

Usage

```shell

htmltoemail *.html https://github.com/gonejack/htmltoemail

USAGE: htmltoemail [FLAGS] [OPTIONS] [html]...

FLAGS: -h, --help Prints help information -V, --version Prints version information -v, --verbose Verbose printing

OPTIONS: -f, --from Set sender address -t, --to Set receiver address

ARGS: ...
```