The nodemailer dependency version specified in package.json is >=1. Nodemailer has been updated several major versions, the latest of which is no longer compatible with the current implementation of comailer.
I have locked down the version of nodemailer to 2.7.2 in the following pull request: #2
The nodemailer dependency version specified in package.json is
>=1. Nodemailer has been updated several major versions, the latest of which is no longer compatible with the current implementation of comailer.I have locked down the version of nodemailer to
2.7.2in the following pull request: #2