A lightweight web interface to manage emails sent through LocalStack SES for local development and testing. This tool allows you to easily list, view, and download emails.
-
List Emails: Quickly browse through all emails sent via LocalStack SES.
-
View Emails: Preview the content and details of individual emails with the rendered HTML version displayed in your browser.
-
Download Emails: Save email contents in EML format for offline access or further analysis.
-
Clone and Install:
- Clone the repository:
git clone https://github.com/frnmagalhaes/localstack-aws-ses-email-viewer.git
- Navigate to the project directory:
cd localstack-aws-ses-email-viewer
- Install dependencies:
npm install
- Clone the repository:
-
Run the Application:
- Run:
node server.js
- Run:
-
Access the Interface:
- Open http://localhost:3005 in your web browser.
- LocalStack: Ensure LocalStack, especially the SES service, is set up and running.
- Node.js: Make sure Node.js is installed on your system.