1.0.0 • Published 2 years ago

@m4yours/uni-nestmailer v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @m4yours/uni-nestmailer nodemailer
npm install --save-dev @types/nodemailer
#or
yarn add @m4yours/uni-nestmailer 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

Contributing

License

MIT