1.0.3 • Published 1 year ago

mailboy v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.2

1 year ago