nest-modules / mailer

📨 A mailer module for Nest framework (node.js)

Home Page:https://nest-modules.github.io/mailer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

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
#or
npm install --save mjml

with yarn

yarn add handlebars
#or
yarn add pug
#or
yarn add ejs
#or
yarn add mjml

Documentation

you can find all the documentation here for the email module

Starter kit

Contributing

License

MIT

About

📨 A mailer module for Nest framework (node.js)

https://nest-modules.github.io/mailer/

License:MIT License


Languages

Language:TypeScript 66.9%Language:JavaScript 31.2%Language:CSS 0.9%Language:Handlebars 0.4%Language:Dockerfile 0.3%Language:Shell 0.2%Language:Pug 0.1%Language:EJS 0.1%