Skip to content

Sending Mails Using NodeMailer When user log in Through PassportJS

Notifications You must be signed in to change notification settings

saurabh2908/NodeMailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

NodeMailer

Nodemailer is a module for Node.js applications to allow easy as cake email sending. The project got started back in 2010 when there was no sane option to send email messages, today it is the solution most Node.js users turn to by default.

Passport.JS

The Google strategy allows users to sign in to a web application using their Google account. Google used to support OpenID internally, but it now works based on OpenID Connect and supports oAuth 1.0 and oAuth 2.0.

How To use my application

Setup for Passport

  1. npm install
  2. genrate your client ID and KEY from https://console.cloud.google.com
  3. Paste your key and ID in code.

Setup for Nodemailer

Just go in utils/mail.js and paste your emailID where i mark in code.

About

Sending Mails Using NodeMailer When user log in Through PassportJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published