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.
- Sends emails using Gmail SMTP
- Supports JSON request bodies
- Allows dynamic email recipients based on a predefined list
- Provides a
/statusendpoint to check server health - CORS enabled for cross-origin requests
- Can be deployed as an AWS Lambda function
- Node.js installed
- A Gmail account with App Passwords enabled for authentication
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! 🚀