Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Archives
Today
Total
관리 메뉴

코딩

1.Nodemailer를 이용한 node.js 메일 발송 해보기 본문

Node.js

1.Nodemailer를 이용한 node.js 메일 발송 해보기

큐p큐p 2019. 10. 25. 11:40

@node.js@

Nodemailer를 이용한 node.js 메일 발송 해보기

brackets 사용

npm init을 해준다
node.js에 npm install nodemailer를 입력하여 nodemailer를 설치해준다
index.js 작성을 해준다
node.js로 index.js  index.js 실행을 해준다
메일발송 성공

Comments