节点红色,电子邮件连接超时



我在发送节点为红色的邮件时遇到问题。因此,我使用了一个带有时间戳->模板->电子邮件节点的简单流程。

如果我触发时间戳,我会得到错误消息:

[error][电子邮件:XXX@gmail.com]错误:连接超时

我不知道如何在我的系统上搜索问题?

这是我的npm包清单:

    pi@raspberrypi ~ $ npm ls
/home/pi
├─┬ activator@1.0.0
│ ├── async@0.2.10
│ └── lodash@3.6.0
├─┬ imap@0.8.14
│ ├─┬ readable-stream@1.1.13
│ │ ├── core-util-is@1.0.1
│ │ ├── inherits@2.0.1
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ └── utf7@1.0.0
├─┬ nodemailer@1.3.2
│ ├─┬ buildmail@1.2.1
│ │ ├── addressparser@0.3.2
│ │ ├── libbase64@0.1.0
│ │ └── libqp@0.1.1
│ ├─┬ hyperquest@1.0.1
│ │ ├─┬ duplexer2@0.0.2
│ │ │ └─┬ readable-stream@1.1.13
│ │ │   ├── core-util-is@1.0.1
│ │ │   ├── inherits@2.0.1
│ │ │   ├── isarray@0.0.1
│ │ │   └── string_decoder@0.10.31
│ │ └─┬ through2@0.6.3
│ │   ├─┬ readable-stream@1.0.33
│ │   │ ├── core-util-is@1.0.1
│ │   │ ├── inherits@2.0.1
│ │   │ ├── isarray@0.0.1
│ │   │ └── string_decoder@0.10.31
│ │   └── xtend@4.0.0
│ ├─┬ libmime@0.1.7
│ │ ├── iconv-lite@0.4.7
│ │ ├── libbase64@0.1.0
│ │ └── libqp@0.1.1
│ ├─┬ nodemailer-direct-transport@1.0.2
│ │ └── smtp-connection@1.2.0
│ └─┬ nodemailer-smtp-transport@1.0.2
│   ├── nodemailer-wellknown@0.1.5
│   └── smtp-connection@1.2.0
└─┬ nodemailer-ses-transport@1.2.0
  └─┬ aws-sdk@2.1.20
    ├─┬ xml2js@0.2.6
    │ └── sax@0.4.2
    └── xmlbuilder@0.4.2

感谢您的帮助

如果错误消息暗示连接超时,则很可能意味着电子邮件节点配置为与之对话的服务器不正确或没有运行SMTP服务器

最新更新