A mailer module for Nest framework (node.js) using Nodemailer library
### Installation ```sh 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 ```sh npm install --save handlebars #or npm install --save pug #or npm install --save ejs ``` #### with yarn ```sh yarn add handlebars #or yarn add pug #or yarn add ejs ``` ### Documentation you can find all the documentation [here](https://nest-modules.github.io/mailer/) for the email module ### Starter kit - [Sending email-template with outlook](https://github.com/yanarp/nestjs-mailer) - Starter kit, nestjs mailer implementation on outlook smtp with email-template ### Contributing * [Cristiam Diaz](https://github.com/cdiaz) * [Eduardo Leal](https://github.com/eduardoleal) * [Juan Echeverry](https://github.com/juandav) * [Pat McGowan](https://github.com/p-mcgowan) * [Paweł Partyka](https://github.com/partyka95) ### License MIT