Skip to content

rishikesh2003/email-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Server

This is a simple email server built with Node.js, Express, and Nodemailer to send emails via Gmail SMTP. It also supports AWS Lambda deployment using aws-serverless-express.

Features

  • Sends emails using Gmail SMTP
  • Supports JSON request bodies
  • Allows dynamic email recipients based on a predefined list
  • Provides a /status endpoint to check server health
  • CORS enabled for cross-origin requests
  • Can be deployed as an AWS Lambda function

Prerequisites

  • Node.js installed
  • A Gmail account with App Passwords enabled for authentication

Why i built this

Honestly, just a fun little project for my websites. Needed something to handle form submissions, so I built this. Nothing too fancy, just gets the job done! 🚀

About

A custom made mail forwarding service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published