https://github.com/inv2004/gosessend
Small golang SES sending email tool
https://github.com/inv2004/gosessend
Last synced: about 1 year ago
JSON representation
Small golang SES sending email tool
- Host: GitHub
- URL: https://github.com/inv2004/gosessend
- Owner: inv2004
- Created: 2021-01-20T13:02:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T20:30:04.000Z (over 5 years ago)
- Last Synced: 2023-05-03T15:13:40.906Z (about 3 years ago)
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gosessend
Small golang SES sending email tool
## Download
Rolling release is here https://github.com/inv2004/gosessend/releases/tag/rolling
## Usage
```
usage: gosessend.exe []
Flags:
--help Show context-sensitive help (also try --help-long and
--help-man).
-v, --verbose Verbose mode.
-j, --json print json for send-raw-email tool.
Args:
Raw mail file.
```
## Build
1) Setup Go by instruction from https://golang.org/dl/
2)
```bash
git clone https://github.com/inv2004/gosessend
cd gosessend
go get -d .
go build
```
3)
Create ``$HOME/.aws/credentials`` for ``default`` profile: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html