Had this today on our Production server, does anyone know if this is a hiccup of is something broken in the Meteor email package?
Error: Connection closed unexpectedly
at SMTPConnection._onClose (/built_app/programs/server/npm/node_modules/meteor/email/node_modules/nodemailer/lib/smtp-connection/index.js:824:34)
at TLSSocket.SMTPConnection._onSocketClose (/built_app/programs/server/npm/node_modules/meteor/email/node_modules/nodemailer/lib/smtp-connection/index.js:197:42)
at Object.onceWrapper (events.js:422:26)
at TLSSocket.emit (events.js:327:22)
at TLSSocket.EventEmitter.emit (domain.js:483:12)
at net.js:674:12
at Socket.done (_tls_wrap.js:567:7)
at Object.onceWrapper (events.js:422:26)
at Socket.emit (events.js:315:20)
at Socket.EventEmitter.emit (domain.js:483:12)
at TCP.<anonymous> (net.js:674:12) {
code: 'ECONNECTION',
command: 'CONN'
}