#convert-html #command-line #file #eml #io

bin+lib html_to_email

A command line converts .html file to .eml file

4 releases (2 stable)

1.0.3 Jun 13, 2023
1.0.2 Feb 9, 2022
0.1.1 Sep 2, 2021
0.1.0 Sep 2, 2021

#118 in Email

23 downloads per month

MIT license

10KB
100 lines

html_to_email

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

Build GitHub license

Install

From crates.io

> cargo install html_to_email

Or the latest version

> cargo install --git https://github.com/gonejack/html_to_email

Usage

> html_to_email *.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

Dependencies

~6–19MB
~271K SLoC