Mail1 [NestJS] mail 발송(Gmail,nodeMailer) 설치법 yarn add @nestjs-modules/mailer nodemailer #or npm install --save @nestjs-modules/mailer nodemailer 만약 template을 사용하려면 셋 중에 하나를 다운 받아야 한다. // 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 일단 모듈 구현 코드 먼저 보면서 설명을 하겠다. // email.module.ts import { Module } from "@nestjs/common"; impo.. 2022. 12. 1. 이전 1 다음