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 tool to manage email-template instead of this tool.
I do not test it on linux and macOS yet.
- You can find detailed prerequisites for building a
fyne
application on the website shown below. - https://developer.fyne.io/started/
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
- Login with an aws access key
- Upload an email template
- Download an email template
- Show list of templates
- Delete a template
- Send an email with selected template
- enhance UI / UX
- Testing
- on Linux
- on MacOS