2.1.0 • Published 8 months ago

@crizit/mailer v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

Contributing

License

MIT

2.1.0

8 months ago

2.0.0

12 months ago

1.8.6

12 months ago

1.8.5

12 months ago

1.8.4

1 year ago

1.8.3

1 year ago

1.8.2

1 year ago