https://github.com/gonejack/embed-email
Inline images within email as attachments.
https://github.com/gonejack/embed-email
email image import
Last synced: about 1 month ago
JSON representation
Inline images within email as attachments.
- Host: GitHub
- URL: https://github.com/gonejack/embed-email
- Owner: gonejack
- License: mit
- Created: 2021-03-27T06:44:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T11:27:22.000Z (about 2 years ago)
- Last Synced: 2024-06-20T10:10:48.573Z (over 1 year ago)
- Topics: email, image, import
- Language: Go
- Homepage:
- Size: 70.3 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# embed-email
This command parse email content, download remote images and replace them as inline images, then you can import these fat emails to regular mail clients like Microsoft Outlook or Apple Mail to send them.


[](LICENSE)
### Install
```shell
> go get github.com/gonejack/embed-email
```
### Usage
```shell
> embed-email *.eml
```
```
Usage: embed-email [ ...]
Command line tool for embed images within email.
Arguments:
[ ...]
Flags:
-h, --help Show context-sensitive help.
--retain-gif will not convert gif into mp4.
-v, --verbose Verbose printing.
```