A mailer module for Nest framework (node.js) using Nodemailer library
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.
npm install --save handlebars
#or
npm install --save pug
#or
npm install --save ejs
yarn add handlebars
#or
yarn add pug
#or
yarn add ejs
you can find all the documentation here for the email module
- Sending email-template with outlook - Starter kit, nestjs mailer implementation on outlook smtp with email-template
MIT