node_mailer icon indicating copy to clipboard operation
node_mailer copied to clipboard

Bad variables from copy/paste?

Open jefflage opened this issue 14 years ago • 1 comments

starting on line 59 of node_mailer.js, it seems that the callbacks for handling close and empty have been copy/pasted from the addClient method and those two methods use different names for the hostClients/hostpool variables so the callbacks fail in the send method.

jefflage avatar Mar 27 '12 18:03 jefflage

Same error here: " ReferenceError: host is not defined at SMTPClient. (node_mailer.js:63:33) "

muratmat avatar Apr 24 '12 14:04 muratmat