modulepackage
1.0.17
Repository: https://github.com/gonejack/html-to-email.git
Documentation: pkg.go.dev
# README
html-to-email
This command line converts .html file to .eml file.
For embed remote images into .eml file there is embed-email
Install
> go get github.com/gonejack/html-to-email
Usage
> html-to-email *.html
> html-to-email -f [email protected] -t [email protected] *.html
Flags:
-h, --help Show context-sensitive help.
-f, --from=STRING Set From field.
-t, --to=STRING Set To field.
-v, --verbose Verbose printing.
--about About.
# Packages
No description provided by the author