我正在尝试通过没有 SMTP 传输的 nodemailer 发送电子邮件。所以我这样做了:
var mail = require("nodemailer").mail;
mail({
from: "Fred Foo ✔ <foo@blurdybloop.com>", // sender address
to: "******@gmail.com", // list of receivers
subject: "Hello ✔", // Subject line
text: "Hello world ✔", // plaintext body
html: "<b>Hello world ✔</b>" // html body
});
但是当我跑步时,我明白了:
> node sendmail.js
Queued message #1 from foo@blurdybloop.com, to vinz243@gmail.com
Retrieved message #1 from the queue, reolving gmail.com
gmail.com resolved to gmail-smtp-in.l.google.com for #1
Connecting to gmail-smtp-in.l.google.com:25 for message #1
Failed processing message #1
Message #1 requeued for 15 minutes
Closing connection to the server
Error: read ECONNRESET
at errnoException (net.js:901:11)
at TCP.onread (net.js:556:19)
我在 Windows 7 32 上。
编辑 这似乎是一个与 Windows 相关的错误,因为它在 linux 上工作
编辑#2
在 git shell 上,如果我输入telnet smtp.gmail 587
它会在此处被阻止:
220 mx.google.com ESMTP f7...y.24 -gsmtp