Marak / node_mailer

## Project deprecated, see README
MIT License
387 stars 64 forks source link

Bad variables from copy/paste? #68

Open jefflage opened 12 years ago

jefflage commented 12 years ago

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.

muratmat commented 12 years ago

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