This is a simple Node.js project designed for local testing only. It includes:
- Sending emails via an Express API (
/send) using Nodemailer - Receiving emails using a basic SMTP server (
smtp-server) - Parsing incoming emails and storing them in a PostgreSQL database using Prisma
Note: This project is not configured for production use or public email delivery. It is intended for local development and testing purposes only.