Hi,

I just wrote a small application to send automatic mails from express with 
a module called nodemailer.
It's a simple HTML form where you can fill some data up and hit the "send" 
button.
This data will be pasted then in the mail content and sent over an Exchange 
Server.

When I send a mail everything works fine. I receive this mail. 

The problem is that the connection then will timeout. 
I get the following message:

SERVER 1:

└──451 4.7.0 Timeout waiting for client input

Closing connection to the server

events.js:141

      throw er; // Unhandled 'error' event

      ^



Error: read ECONNRESET

    at exports._errnoException (util.js:870:11)

    at TLSWrap.onread (net.js:552:26)

How can I prevent the server from timing out the connection?

Thanks :)

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/f8dfa4a4-f763-43c3-95e0-7953680a20bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to