https://github.com/gonejack/html-to-email
This command line converts .html file to .eml file.
https://github.com/gonejack/html-to-email
converter email html
Last synced: about 1 month ago
JSON representation
This command line converts .html file to .eml file.
- Host: GitHub
- URL: https://github.com/gonejack/html-to-email
- Owner: gonejack
- License: mit
- Created: 2021-03-30T05:27:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T06:57:24.000Z (over 3 years ago)
- Last Synced: 2024-06-20T09:14:26.852Z (over 1 year ago)
- Topics: converter, email, html
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# html-to-email
This command line converts .html file to .eml file.
For embed remote images into .eml file there is [embed-email](https://github.com/gonejack/embed-email)


[](LICENSE)
### Install
```shell
> go get github.com/gonejack/html-to-email
```
### Usage
```shell
> html-to-email *.html
```
```shell
> html-to-email -f sender@xx.com -t receiver@xx.com *.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.
```