NestJS - a mailer module (@mailer)
npm install @nest-modules/mailer
A mailer module for Nest framework (node.js) using Nodemailer library
sh
npm install --save @nestjs-modules/mailer nodemailer
#or
yarn add @nestjs-modules/mailer nodemailer
`
Hint: handlebars and pug is an optional dependency, if you want to use the template, you must install it.
#### with npm
`sh
npm install --save handlebars
#or
npm install --save pug
`
#### with yarn
`sh
yarn add handlebars
#or
yarn add pug
``