@m4yours/uni-nestmailer
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

A mailer module for Nest framework (node.js) using Nodemailer library

Installation

npm install --save @m4yours/uni-nestmailer nodemailer
npm install --save-dev @types/nodemailer
#or
yarn add @m4yours/uni-nestmailer nodemailer
yarn add -D @types/nodemailer

Hint: handlebars and pug is an optional dependency, if you want to use the template, you must install it.

with npm

npm install --save handlebars
#or
npm install --save pug
#or
npm install --save ejs

with yarn

yarn add handlebars
#or
yarn add pug
#or
yarn add ejs

Contributing

License

MIT

Package Sidebar

Install

npm i @m4yours/uni-nestmailer

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

30.7 kB

Total Files

44

Last publish

Collaborators

  • nazrul.dev