Skip to content

deadcoder0904/email-via-gmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email-via-gmail Build Status npm version contributions welcome

NPM

Open a temporary Gmail account only to send emails. Check out this link

Less Secure Apps in Gmail

Unlock Google Captcha

Also create private.js file in the root directory of the project and then npm install to install all dependencies

private.js

module.exports = {
	"private": {
		"gmail": {
	      "username": "<your_email>",
	      "password": "<your_password>"
	    }
	}
};

Start your application with npm start

Most probably the application won't start & will give you an error regarding nodemailer. If so, then install nodemailer@0.7.1 & viola everything will work fine.

npm package

NPM PACKAGE AVAILABLE HERE 👉 email-via-gmail

About

A Simple Node JS script to send Email 📫 via Gmail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published