Package Exports
- @nestjs-modules/mailer
- @nestjs-modules/mailer/dist/adapters/ejs.adapter
- @nestjs-modules/mailer/dist/adapters/ejs.adapter.js
- @nestjs-modules/mailer/dist/adapters/handlebars.adapter
- @nestjs-modules/mailer/dist/adapters/handlebars.adapter.js
- @nestjs-modules/mailer/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nestjs-modules/mailer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
A mailer module for Nest framework (node.js) using Nodemailer library
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/nodemailerHint: 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
#or
npm install --save mjmlwith yarn
yarn add handlebars
#or
yarn add pug
#or
yarn add ejs
#or
yarn add mjmlDocumentation
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
- Cristiam Diaz
- Eduardo Leal
- Juan Echeverry
- Pat McGowan
- Paweł Partyka
- Wasutan Kitijerapat
- Alexandre Titeux
License
MIT