by nodemailer JavaScript Version: Current License: Non-SPDX
by nodemailer JavaScript Version: Current License: Non-SPDX
Support
Quality
Security
License
Reuse
kandi has reviewed nodemailer and discovered the below as its top functions. This is intended to give you an instant insight into nodemailer implemented functionality, and help decide if they suit your requirements.
✉️ Send e-mails with Node.JS – easy as cake!
Nodemailer - Error while sending mail: connect ETIMEDOUT 204.79.197.212:587
const transporter = nodemailer.createTransport({
host: 'smtp-mail.outlook.com',
port: 587,
auth: {
user: 'your-email-address',
pass: 'your-password'
}
})
QUESTION
Nodemailer - Error while sending mail: connect ETIMEDOUT 204.79.197.212:587
Asked 2022-Apr-04 at 12:55I have disabled my firewall but I still get the same error, does someone have a solution
[2022-01-31 16:37:35] DEBUG Creating transport: nodemailer (6.7.2; +https://nodemailer.com/; SMTP/6.7.2[client:6.7.2])
[2022-01-31 16:37:35] DEBUG Sending mail using SMTP/6.7.2[client:6.7.2]
[2022-01-31 16:37:35] DEBUG [yeVtB39osUE] Resolved smtp.live.com as 204.79.197.212 [cache miss]
[2022-01-31 16:37:49] ERROR [yeVtB39osUE] connect ETIMEDOUT 204.79.197.212:587
[2022-01-31 16:37:49] DEBUG [yeVtB39osUE] Closing connection to the server using "destroy"
[2022-01-31 16:37:49] ERROR Send Error: connect ETIMEDOUT 204.79.197.212:587
Error while sending mail: Error: connect ETIMEDOUT 204.79.197.212:587
ANSWER
Answered 2022-Feb-03 at 15:32go to
Settings => View All Outlook settings => Mail => Sync email
here is info for your correct settings
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Save this library and start creating your kit