guileen / node-sendmail

send mail without setting up a SMTP server
http://guileen.github.com/node-sendmail
MIT License
559 stars 110 forks source link

queryMx ENODATA #74

Closed BananaAcid closed 4 years ago

BananaAcid commented 4 years ago

Got the same error multiple times already.

edit: my domain provider / ns is not updating the records in time. Sorry - this can be closed.

{
  err: Error: queryMx ENODATA virally.de
      at QueryReqWrap.onresolve [as oncomplete] (dns.js:202:19) {
    errno: undefined,
    code: 'ENODATA',
    syscall: 'queryMx',
    hostname: 'virally.de'
  },
  res: undefined
}