-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
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
read ETIMEDOUT error #98
Comments
me too! |
me Three |
happening here too |
Anyone ever figure out what is/was causing this? |
Did anyone solve this? |
I stopped using mailin due to the numerous issues, and made a slightly less feature full version (not currently open source) using an up to date version of smtp-server. It solved a ton of problems for me. Mailin is on 1.x.x of smtp-server. I believe that the current version of smtp-server is 3.x.x. |
@dweremeichik , Do You have any plans to make it opensource? |
Hadn't really given it much thought. At the moment it does have code in it that I can't open up. |
@dweremeichik cool! |
@dweremeichik, I have updated all the dependencies and removed webhooks and replaced mailrparser with mailparse npm module, with all tests passing if u want to take a look Node-Mailin. |
error: Error: read ETIMEDOUT
at exports._errnoException (util.js:870:11)
at TCP.onread (net.js:552:26)
events.js:146
throw err;
^
Error: Uncaught, unspecified "error" event. ([object Object])
at emit (events.js:144:17)
at SMTPServer. (/root/node_modules/mailin/lib/mailin.js:519:15)
at emitOne (events.js:77:13)
at SMTPServer.emit (events.js:169:7)
at SMTPServer._onError (/root/node_modules/mailin/node_modules/smtp-server/lib/smtp-server.js:231:10)
at emitOne (events.js:77:13)
at SMTPConnection.emit (events.js:169:7)
at SMTPConnection._onError (/root/node_modules/mailin/node_modules/smtp-server/lib/smtp-connection.js:249:10)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at emitErrorNT (net.js:1253:8)
at nextTickCallbackWith2Args (node.js:442:9)
at process._tickCallback (node.js:356:17)
i am using mailin inside node app and it stopped after giving this error. any help would be appreciated.
thanks.
The text was updated successfully, but these errors were encountered: