Open binarymist opened 9 years ago
Hi.
The first argument ('SMTP' in this case), needs to be removed with the current version of nodemailer. Offending line: https://github.com/pgherveou/winston-email/blob/master/lib/index.js#L32 Line where things are first noticed in nodemailer: https://github.com/andris9/Nodemailer/blob/master/src/nodemailer.js#L84
Thanks muchly!
would be great if you could send me a pull request with the changes, we should also lock npm dependencies to latest version
I'll do that P/R. latest version of winston do you mean?
Hi.
The first argument ('SMTP' in this case), needs to be removed with the current version of nodemailer. Offending line: https://github.com/pgherveou/winston-email/blob/master/lib/index.js#L32 Line where things are first noticed in nodemailer: https://github.com/andris9/Nodemailer/blob/master/src/nodemailer.js#L84
Thanks muchly!