1.0.2 • Published 1 year ago

simplemailerbyrb v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Simplemailerbyrb

Introducing our efficient and straightforward mailer powered by Nodemailer. Seamlessly send emails with ease using our intuitive interface

Installation

  npm i simplemailerbyrb
  npm i nodemailer

Configuration

const sendmail = require("simplemailerbyrb")
let nodemailer = require("nodemailer")
let send = require("simplemailerbyrb")
send(from,pass,to,subject,text)

sendmail()
ParameterValue
FromEmail address to send from
PassPassword for email authentication
ToEmail address to send to
SubjectSubject line of the email
TextBody text of the email

Authors

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago