jasp402 / Easy-YOPmail

📮 YOPmail emails manager from an NPM NodeJS library
https://jasp402.github.io/Easy-YOPmail/starter-topic.html
18 stars 3 forks source link

cant connect server 199.59.149.236:443 #13

Closed mmm141023 closed 4 months ago

mmm141023 commented 4 months ago

Error: connect ETIMEDOUT 199.59.149.236:443 getMail(): Error getting YOPMail page connect ETIMEDOUT 199.59.149.236:443 node:internal/process/promises:279

jasp402 commented 4 months ago

image

You don't provide much context. You may be trying to run it from a "pod" of Kubernete or Dockers and have a network problem in the service you created. But the Easy-YOPmail service is operational. You can validate it

pasting this code:

easyYopmail.getMail().then(mail=>{
     console.log(mail);
})

at https://npm.runkit.com/easy-yopmail

This ticket is closed.