ElishaKay / nodemailer-starter-kit

Simple Contact form to send emails from NodeJs App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Contact Form

Simple Node.js/Express app using Nodemailer to send emails

  • Please add your own SMTP info in the app.js (by default it's set to Gmail)
  • Also, edit the '.env.example' file, and then resave it as '.env'

Version

1.0.0

Install Dependencies

npm install 

Run

node app

About

Simple Contact form to send emails from NodeJs App


Languages

Language:JavaScript 57.0%Language:HTML 24.4%Language:CSS 18.6%