oplus.smtp

1.0.2-pre • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i oplus.smtp

Weekly Downloads

0

Version

1.0.2-pre

License

ISC

Unpacked Size

10.5 kB

Total Files

7

Last publish

Collaborators

  • ze-real-one