Server using NodeJS and ExpressJS to send email using node-mailer
- Clone the repo:
git clone https://github.com/arun-awnics/mail-server.git
- Change directory:
cd mail-server
- Install dependencies using npm:
npm install
- Start the server:
npm start
npm build