带有 NodeMailer 的 Zoho 不工作错误代码:“EDNS”

Posted

技术标签:

【中文标题】带有 NodeMailer 的 Zoho 不工作错误代码:“EDNS”【英文标题】:Zoho with NodeMailer not working error code: 'EDNS' 【发布时间】:2019-11-06 13:16:25 【问题描述】:

我尝试使用 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 EREFUSED smtp.zoho.com 在 QueryReqWrap.onresolve [as oncomplete] (dns.js:213:19) errno: 'EREFUSED', 代码:'EDNS', 系统调用:'queryA', 主机名:'smtp.zoho.com', 命令:'CONN'

【问题讨论】:

【参考方案1】:

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

【讨论】:

我遇到了完全相同的问题,感谢您分享您的答案!

以上是关于带有 NodeMailer 的 Zoho 不工作错误代码:“EDNS”的主要内容,如果未能解决你的问题,请参考以下文章

将带有表单的文件从 nuxt 发送到节点服务器(nodemailer)

Gmail、nodemailer、OATH2 刷新令牌不起作用

Nodemailer、Heroku、Gmail、无效登录 - 在本地工作

与 Firebase 函数一起使用时,Nodemailer 无法正常工作

Zoho mail 使用技巧指南

Twilio 传入的短信在 Zoho CRM 中不起作用