Skip to content

wizba/nestjs_nodemailer

Repository files navigation

Description

using nestjs and nodemailer to send email

Steps to run the app

 (1)Download or clone the project from git

(2)In the directory of the project run the following commands ->

 $npm install
 $npm i nodemailer --save
 $npm i --save @nestjs/config

(3) create a .env file in the root directory

put the email and passwor in your .env file as follow -
  EMAIL = someone@gmail.com
  PASSWORD = password

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

sending emails using nestjs and nodemailer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published