We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: connect ETIMEDOUT 169.50.207.103:443 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1128:14) { errno: 'ETIMEDOUT', code: 'ETIMEDOUT', syscall: 'connect', address: '169.50.207.103', port: 443 }
Node v10.0.0 OS: Ubuntu 18.04
Code:
const sendMail = async (to, subject, body) => { try { let info = await sendGridMail.send({ from: process.env.EMAIL || "my test email", to, subject, html: body }); console.log("email sent", info) } catch (ex) { console.log("send email failed", { to, subject }, ex); } };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Node v10.0.0
OS: Ubuntu 18.04
Code:
The text was updated successfully, but these errors were encountered: