gpt4 book ai didi

javascript - 错误 : read ECONNRESET at TLSWrap. onStreamRead

转载 作者:行者123 更新时间:2023-11-30 06:15:25 26 4
gpt4 key购买 nike

我正在尝试使用@sendgrid/email 库在我的 nodejs 应用程序中发送电子邮件,但是当我尝试发送电子邮件时出现以下错误:

{ Error: read ECONNRESET at TLSWrap.onStreamRead (internal/stream_base_commons.js:111:27) errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' }


我尝试了下面的代码,请看一下。

const sgMail = require('@sendgrid/mail');
sgMail.setApiKey('***************************'); // API KEY
sgMail.send({
to: email,
from: 's*****@gmail.com',
subject: 'signup succeeded!',
html: '<h1>You Successfully Signed Up!</h1>'
})

我该如何解决这个问题?

最佳答案

检查您是否在代理后面。当您的发送机器无法连接到 sendgrid api 服务器时,会发生此错误。

关于javascript - 错误 : read ECONNRESET at TLSWrap. onStreamRead,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56488085/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com