1.0.3 • Published 12 months ago

mailboy v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

mailboy

New module i built to replace nodemailer, typing is hard...

So, in this stuff

Installation

npm install mailboy

	const mailer= require("mailer");

	var m= new mailer("Gmail username","Gmail password")
	m.send("Email Address of receiver","Subject","HTML Body")

Turn on less secure apps on gmail to get password

1.0.3

12 months ago

1.0.2

12 months ago