Skip to content

Simple CRUD (Create, Read, Update, Delete) Web Application to manage AWS SES email templates.

License

Notifications You must be signed in to change notification settings

criptalia/aws-ses-email-template-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS SES Email Template Manager

Simple Web Application to manage AWS SES email templates.

  • Connects to your AWS SES account
  • Let's you create new templates, edit or delete the existing ones
  • HTML Editor and side-by-side instant preview
  • Enhanced editor: format HTML, word-wrap, change font size
  • Extract the text from the HTML and copy to the template text part

ASW SES Email Template Manager Screenshot: Template List

ASW SES Email Template Manager Screenshot: Template Editor with preview

Real Time Editor

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • An AWS Account with access to SES Templates
  • NodeJS

Installing

Install node modules

npm install

Copy .env.example to .env

cp .env.example .env

Setup your environment variables on your .env file

REACT_APP_REGION= REACT_APP_AWS_ACCESS_KEY_ID= REACT_APP_AWS_SECRET_ACCESS_KEY=

Run the application

npm start

Deployment

To deploy this application to production, you may consider implement an authentication mechanism.

Authors

Based on the work of:

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Simple CRUD (Create, Read, Update, Delete) Web Application to manage AWS SES email templates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • HTML 1.7%
  • CSS 1.1%