Project/Error Handling

Nodemailer 이미지 파일 경로 에러

디스페어 2023. 1. 26.

Error: ENOENT: no such file or directory, open ...

 

이미지 파일의 경로가 잘못되서 발생된 에러

처음엔 상대경로인줄 알았으나 시작지점이 루트 디렉토리 였다.

 

      attachments: [
        {
          filename: "vitaBiddingLogo.png",
          path: "../protoAuction_Client/src/assets/img/vitaBiddingLogo.png",
          cid: "vitaBiddingLogo",
        },
      ],
      //path -> 프로젝트 루트 디렉토리부터 시작되니 고려해서 경로 입력

 

 

 

nodeMailer 인증메일 전송결과

어 - 썸하게 해결됐다 Wa!

 

 

 

Reference

Node.js 메일 전송 기능 구현 - Nodemailer + Gmail

Nodemailer 공식문서

Node.js | nodemailer 이미지 첨부하기 (Embedded Image)

Node.js | nodemailer ejs사용하기 (이메일 인증번호)

External HTML file with CSS as email content in nodemailer

반응형

댓글