html_to_email 0.1.0

A command line to convert .html file to .eml file.
Documentation

html_to_email

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

Build GitHub license

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 <FROM>    Set sender address
    -t, --to <TO>        Set receiver address

ARGS:
    <html>...