@nest-modules/mailer
TypeScript icon, indicating that this package has built-in type declarations

1.3.22 • Public • Published

Nest Logo

A mailer module for Nest framework (node.js) using Nodemailer library

NPM Version Package License NPM Downloads

Please use @nestjs-modules/mailer

Installation

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

npm install --save handlebars
#or
npm install --save pug

with yarn

yarn add handlebars
#or
yarn add pug

Documentation

you can find all the documentation here for the email module

Starter kit

Contributing

License

MIT

/@nest-modules/mailer/

    Package Sidebar

    Install

    npm i @nest-modules/mailer

    Weekly Downloads

    1,614

    Version

    1.3.22

    License

    MIT

    Unpacked Size

    32.5 kB

    Total Files

    36

    Last publish

    Collaborators

    • cdiaz
    • juandav