html_to_email
This command line converts .html file to .eml file.
Install
> cargo install --git https://github.com/gonejack/html_to_email
Usage
> html_to_email *.html
https://github.com/gonejack/html_to_email
USAGE:
html_to_email [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:
...