mailboy
v1.0.3
Published
New Node module to send emails easily with Google Gmail credentials
Downloads
6
Readme
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