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

bin+lib html_to_email

A command line converts .html file to .eml file

5 releases (3 stable)

new 1.0.4 Dec 7, 2024
1.0.3 Jun 13, 2023
1.0.2 Feb 9, 2022
0.1.1 Sep 2, 2021
0.1.0 Sep 2, 2021

#73 in Email

Download history 1/week @ 2024-09-18 124/week @ 2024-12-04

124 downloads per month

MIT license

14KB
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

~9–38MB
~599K SLoC