/Mailgun

mailgun is used to send the emails for verification and contact us form

Primary LanguageJavaScript

Node JS MailGun Aplication

A simple app which send email notification upon contact form submission

How to use

Open a command window in your project folder.

Run npm install to install all the dependencies in the package.json file.

Run node index.js to start the server. (Hit CTRL-C to stop.)

> npm install
> node index.js

Point your browser to http://localhost:8081.