blackironj / ses-gui

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Go 100.0%