1.0.2 • Published 1 year ago
simplemailerbyrb v1.0.2
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()
Parameter | Value |
---|---|
From | Email address to send from |
Pass | Password for email authentication |
To | Email address to send to |
Subject | Subject line of the email |
Text | Body text of the email |