simple-node-mailer-and-viewer
Version:
a simple wrapper around nodemailer-smtp-transport for configuring and sending quick emails via smtp
30 lines (29 loc) • 739 B
JSON
{
"name": "simple-node-mailer-and-viewer",
"version": "1.0.7",
"description": "a simple wrapper around nodemailer-smtp-transport for configuring and sending quick emails via smtp",
"main": "index.js",
"scripts": {
"test": "npm run test"
},
"keywords": [
"mailer",
"node",
"smtp-transport",
"gmail",
"node-email"
],
"author": "@bemijonathan",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/bemijonathan/simple-node-mailer.git"
},
"bugs": {
"url": "https://github.com/bemijonathan/simple-node-mailer/issues"
},
"homepage": "https://github.com/bemijonathan/simple-node-mailer#readme",
"dependencies": {
"email-templates": "^8.0.7"
}
}