woh通过nodemailer在node js和express js中发送电子邮件

发布于 2025-01-10 12:43:05 字数 134 浏览 0 评论 0原文

我想在专家项目中发送电子邮件。使用节点邮件程序。但我收到以下错误 { “错误号”:-4078, “代码”:“连接”, “系统调用”:“连接”, “地址”:“127.0.0.1”, “端口”:25, “命令”:“CONN” 代码

下图是相关

I want to send an email in experss project. Using nodemailer. But I get the following error
{
"errno": -4078,
"code": "ECONNECTION",
"syscall": "connect",
"address": "127.0.0.1",
"port": 25,
"command": "CONN"
}

The image below is related to the codes

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

像你 2025-01-17 12:43:05

我发现您的端口号出现了该问题,并且您使用的发件人(例如 sendgrid 或 sendinblue 或 gmail)也出现了该问题,因为其中一些不支持 localhost 或 http 请求,这还取决于您使用的端口尝试改变邮件的情况,您也可以使用 465,524

I see that issue is occurring with your port number and also it occur with the sender you are using for it like sendgrid or sendinblue or gmail cause some of them are not supported localhost or http request and it also depends on what port are you using for that try to change that for mails you can use 465,524 also

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文