This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

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

1.6.2 • Public • Published

Nest Logo

Warning: this library is a fork of @nestjs-modules/mailer to fix the missing "attachments" property in "ISendMailOptions".

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

NPM Version Package License NPM Downloads Support us

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

Package Sidebar

Install

npm i @adrienm/mailer

Weekly Downloads

1

Version

1.6.2

License

MIT

Unpacked Size

59.9 kB

Total Files

53

Last publish

Collaborators

  • adrienm