Send email message with PGP inline not PGP/MIME

* Use OpenPGP.js directly instead of nodemailer-openpgp plugin
* Use native ES6 string templates instead of nodemailer template engine
This commit is contained in:
Tankred Hase
2017-08-19 17:06:36 +08:00
committed by Martin Hauck
parent 656aa9b6ed
commit 6ec72aef06
6 changed files with 57 additions and 64 deletions

View File

@@ -28,7 +28,6 @@
"koa-static": "^4.0.1",
"mongodb": "^2.2.31",
"nodemailer": "^2.4.2",
"nodemailer-openpgp": "^1.0.2",
"openpgp": "^2.3.0",
"winston": "^2.3.1",
"winston-papertrail": "^1.0.5"