We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The package.json lists nodemailer@0.7.1 as a dependency, which is apparently deprecated upstream.
nodemailer@0.7.1
Will express-mailer work with latest nodemailer versions?
The text was updated successfully, but these errors were encountered:
Hello,
I saw the same warning and decided to do the following changes :
require( './express-mailer' );
nodemailer.createTransport([transportMethod],options)
nodemailer.createTransport(options)
secureConnection
secure
That's it!
Sorry, something went wrong.
this command will work : "npm install -g nodemailer"
No branches or pull requests
The package.json lists
nodemailer@0.7.1
as a dependency, which is apparently deprecated upstream.Will express-mailer work with latest nodemailer versions?
The text was updated successfully, but these errors were encountered: