1.0.2-pre • Published 2 years ago

oplus.smtp v1.0.2-pre

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

oplus.smtp

Send SMTP easily!

Installation :

npm i oplus.smtp

Usage :

const smtp = require("oplus.smtp");

smtp.sender({
  host: "Host adress",
  port: "Host port",
  authUser: "Host username",
  authPass: "Host password",
  fromName: "Mail from name",
  fromMail: "Mail from adress",
  toMail: "Mail to adress",
  subject: "Mail subject",
  text: "Mail text",
  html: "Mail html"
})

NOTICE : This is still pre and on development, some issues can happen