twikoo
twikoo copied to clipboard
1.6.7私有部署邮件无法发送
私有部署的twikoo1.6.7邮件无法通知,调取邮箱后台,无相关邮件发送记录,上个版本正常 错误站点
日志,日志……
我也出现这个问题了,确定各项设置正确,前端提示:
后端日志:
找到另外一段日志:
回复通知结果: Error: Connection timeout
at SMTPConnection._formatError (/app/node_modules/nodemailer/lib/smtp-connection/index.js:787:19)
at SMTPConnection._onError (/app/node_modules/nodemailer/lib/smtp-connection/index.js:773:20)
at Timeout.<anonymous> (/app/node_modules/nodemailer/lib/smtp-connection/index.js:232:22)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7) {
code: 'ETIMEDOUT',
command: 'CONN'
}
@imaegoo 大佬,看看把。
@rebron1900 日志意思是你的服务器连接不上outlook的服务器,我这里用上海服务器连接阿里邮箱是正常的,检查一下网络吧。
@rebron1900 日志意思是你的服务器连接不上outlook的服务器,我这里用上海服务器连接阿里邮箱是正常的,检查一下网络吧。
nodemailer需要给他开什么端口吗?我ping邮箱的smtp地址是通的:smtp.office365.com
换其他国内的邮箱服务正常了。。 (好奇怪,为啥能ping通,但是发不了。