79229226

Date: 2024-11-27 06:59:38
Score: 1
Natty:
Report link

In the email setting of outlook I found that the SMTP host is smtp-mail.outlook.com so I set my configuration like this.

const transporter = nodemailer.createTransport({ 
 host: "smtp-mail.outlook.com",
 port: 587,
 auth: {
   user: // email,
   pass: // app password
 }
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mishal P