nodemailer-express-handlebars
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "nodemailer-express-handlebars", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "A plugin for nodemailer that uses express-handlebars view engine to generate emails", | ||
@@ -27,7 +27,7 @@ "main": "index.js", | ||
"devDependencies": { | ||
"chai": "^1.10.0", | ||
"mocha": "^2.0.1", | ||
"nodemailer": "^1.3.0", | ||
"nodemailer-stub-transport": "^0.1.4" | ||
"chai": "^4.1.2", | ||
"mocha": "^5.0.0", | ||
"nodemailer": "^4.4.2", | ||
"nodemailer-stub-transport": "^1.1.0" | ||
} | ||
} |
# Express Handlebars plugin for Nodemailer | ||
This plugin works with nodemailer 1.x. And uses the [express-handlebars](https://github.com/ericf/express-handlebars) view | ||
This plugin works with nodemailer 4.x. And uses the [express-handlebars](https://github.com/ericf/express-handlebars) view | ||
engine to generate html emails. | ||
@@ -4,0 +4,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18844
10