pavankumardasireddy / Mailgun

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 52.1%Language:CSS 26.2%Language:HTML 21.7%