1.4.2 • Published 5 years ago
@s524797336/nestjs-modules-mailer v1.4.2
Installation
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
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
Documentation
you can find all the documentation here for the email module
Starter kit
- Sending email-template with outlook - Starter kit, nestjs mailer implementation on outlook smtp with email-template
Contributing
License
MIT
1.4.2
5 years ago