Zoho与NodeMailer一起无法正常工作错误代码:“ EDNS”

时间:2019-06-24 17:41:57

标签: javascript nodemailer zoho

我尝试通过Nodemailer发送电子邮件,并且总是收到相同的错误:

    hostname: 'smtp.zoho.com',
    secure: true,
    port: 465,
    auth: {
        user: 'maria@mydomain.my',
        pass: 'apppassgenerated'
    }
});

我也尝试过:

   service: 'Zoho',
    auth: {
        user: 'maria@mydomain.my',
        pass: 'apppassgenerated'
    }
});

我总是得到:{错误:queryA拒绝使用smtp.zoho.com     在QueryReqWrap.onresolve上[作为oncomplete](dns.js:213:19)   errno:“ EREFUSED”,   代码:“ EDNS”,   syscall:“ queryA”,   主机名:“ smtp.zoho.com”,   命令:“ CONN”}

1 个答案:

答案 0 :(得分:1)

好,那是因为我正在使用Google Functions的免费计划。如果您想集成外部工具,则必须支付?‍♂️