Skip to content

this is a gui tool for managing aws-ses e-mail template easily

License

Notifications You must be signed in to change notification settings

blackironj/ses-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SES-gui

GitHub Actions status

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.

Demo

ex_img

Build

I do not test it on linux and macOS yet.

Prerequisites

Windows

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

  • 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

TODO

  • enhance UI / UX
  • Testing
    • on Linux
    • on MacOS