Skip to content

PiyushAgarwal14/starter-micro-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a NodeMailer Tutorial for beginners

A Step-by-step tutorial on how to set up Nodemailer to create a contact form.

👉 Read tutorial here

Technologies Used

  • Express: ^4.17.1
  • Nodemailer: ^6.4.11
  • multiparty: ^4.2.2
  • dotenv: ^8.2.0
  • Node: 12.14.1

Usage

  1. Install dependencies: npm install
  2. Add an .env file in the root directory with the following variables:
    • EMAIL=YOUR_EMAIL
    • PASS=YOUR_PASSWORD
  3. Run server: npm start
NOTE: Demo is disabled because I received too much spam...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.9%
  • JavaScript 42.8%
  • Procfile 0.3%