Skip to content

frnmagalhaes/localstack-aws-ses-email-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

localstack-aws-ses-email-viewer

Overview

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.

Features

  • 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.

Usage

  1. 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
  2. Run the Application:

    • Run: node server.js
  3. Access the Interface:

Requirements

  • LocalStack: Ensure LocalStack, especially the SES service, is set up and running.
  • Node.js: Make sure Node.js is installed on your system.

About

Localstack AWS SES Email Viewer pointing to localhost

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.6%
  • Pug 23.1%
  • Dockerfile 2.3%