https://github.com/blackironj/ses-gui
this is a gui tool for managing aws-ses e-mail template easily
https://github.com/blackironj/ses-gui
aws-ses fyne go golang gui
Last synced: 5 months ago
JSON representation
this is a gui tool for managing aws-ses e-mail template easily
- Host: GitHub
- URL: https://github.com/blackironj/ses-gui
- Owner: blackironj
- License: mit
- Created: 2020-08-03T12:42:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T02:23:00.000Z (over 1 year ago)
- Last Synced: 2024-12-19T03:24:44.870Z (over 1 year ago)
- Topics: aws-ses, fyne, go, golang, gui
- Language: Go
- Homepage:
- Size: 277 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SES-gui
This is a GUI tool for uploading, downloading, deleting AWS-SES Email template easily. And also you can test sending email with uploaded template using this tool
> Currently, AWS-SES does not provide GUI editor yet. So you can use [AWS-CLI](https://awscli.amazonaws.com/v2/documentation/api/latest/index.html) tool to manage email-template instead of this tool.
## Demo

## Build
> I do not test it on linux and macOS yet.
### Prerequisites
- You can find detailed prerequisites for building a `fyne` application on the website shown below.
- https://developer.fyne.io/started/
### Windows
```bash
go build -o ses-gui.exe -ldflags="-H windowsgui"
```
> If you want to check more detail logs on terminal, remove `-ldflags="-H windowsgui" flag in commandline
## Feature
- [x] Login with an aws access key
- [x] Upload an email template
- [x] Download an email template
- [x] Show list of templates
- [x] Delete a template
- [x] Send an email with selected template
### TODO
- [x] enhance UI / UX
- Testing
- [ ] on Linux
- [ ] on MacOS