1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-05 20:10:37 +00:00

Added fix described in eleith/emailjs#63

This commit is contained in:
Shuan Wang 2013-05-07 15:19:59 -07:00
parent 700ab3c6fb
commit 116a62d80d

View File

@ -138,6 +138,7 @@ SMTP.prototype =
{
if(err)
{
self.close(true);
caller(callback, err);
}
else if(msg.code == '220')