본문 바로가기
백엔드/Node.js

[nodejs] nodemailer

by 작은소행성 2021. 4. 2.

 

npm init -y
npm install nodemailer

 

 

 

공식홈페이지

 

nodemailer.com/about/

 

Nodemailer :: Nodemailer

Nodemailer Nodemailer is a module for Node.js applications to allow easy as cake email sending. The project got started back in 2010 when there was no sane option to send email messages, today it is the solution most Node.js users turn to by default. Nodem

nodemailer.com

 

반응형