This command line converts .html file to .eml file.
From crates.io
```shell
cargo install htmltoemail ```
Or the latest version
```shell
cargo install --git https://github.com/gonejack/htmltoemail ```
```shell
htmltoemail *.html ```
Options:
-f, --from FROM Set sender address
-t, --to TO Set receiver address
-v, --verbose Verbose printing
-h, --help Print this help
--about Show about