https://github.com/chihebnabil/ses-template-manager
SES Template Manager is a web application for managing and sending emails using AWS SES (Simple Email Service).
https://github.com/chihebnabil/ses-template-manager
aws-ses react react-query tailwindcss
Last synced: 3 months ago
JSON representation
SES Template Manager is a web application for managing and sending emails using AWS SES (Simple Email Service).
- Host: GitHub
- URL: https://github.com/chihebnabil/ses-template-manager
- Owner: chihebnabil
- Created: 2025-04-14T18:14:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T16:10:20.000Z (3 months ago)
- Last Synced: 2025-06-27T17:25:36.079Z (3 months ago)
- Topics: aws-ses, react, react-query, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 702 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SES Template Manager
SES Template Manager is a web application for managing and sending emails using AWS SES (Simple Email Service).
## Screenshot

## Features
- Manage SES email templates with a clean UI.
- User-friendly interface with modern UI components.## Installation
1. Clone the repository:
```bash
git clone https://github.com/chihebnabil/ses-template-manager
cd ses-template-manager2. Install dependencies:
```bash
npm install
```3. Start the development server:
```bash
npm run dev
```## Usage
- Open the application in your browser.
- Configure your AWS SES credentials.
- Manage templates and send emails.## Important Note
**Credentials Storage**: AWS SES credentials are stored in the browser's `localStorage`. Ensure that you are using the application in a secure environment to prevent unauthorized access.
## License
This project is licensed under the MIT License.