Skip to content
/ mailer Public
forked from nest-modules/mailer

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

License

Notifications You must be signed in to change notification settings

x51xxx/mailer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nest Logo

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

NPM Version Package License NPM Downloads

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 55.5%
  • JavaScript 42.4%
  • CSS 1.2%
  • Other 0.9%