@kurbar/mailer
v1.9.2
Published
NestJS - a mailer module (@mailer)
Downloads
783
Readme
Forked just for the v1.9.2 release
This is a fork that just publishes the latest vulnerability fixes done to @nest-modules/mailer
.
It is released as 1.9.2
as package @kurbar/mailer
Installation
$> npm install @kurbar/mailer
Installation
npm install --save @nestjs-modules/mailer nodemailer
npm install --save-dev @types/nodemailer
#or
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
#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