A mailer module for Nest framework (node.js) using Nodemailer library
Installation
npm install --save @nestjs-modules/mailer nodemailer
npm install --save-dev @types/nodemailer
yarn add @nestjs-modules/mailer 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
npm install --save pug
npm install --save ejs
with yarn
yarn add handlebars
yarn add pug
yarn add ejs
Documentation
you can find all the documentation here for the email module
Starter kit
Contributing
License
MIT