0
Q:

nodemailer Error: self signed certificate in certificate chain

Disable your antivirus software
1
var transporter = nodemailer.createTransport({
      host: "outmail.abc.co.th", // hostname
      secure: false, // use SSL
      port: 25, // port for secure SMTP
      auth: {
          user: "[email protected]",
          pass: "passwordmail"
      },
      tls: {
          rejectUnauthorized: false
      }
  });
  
0

New to Communities?

Join the community