nodejs-email-service
Version:
This service helps to send emails using nodejs. Send multiple different types of emails with their corressponding templates all with one functions.
42 lines (41 loc) • 1.12 kB
JSON
{
"name": "nodejs-email-service",
"version": "0.0.2",
"description": "This service helps to send emails using nodejs. Send multiple different types of emails with their corressponding templates all with one functions.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bolathedev/nodejs_email_service.git"
},
"keywords": [
"emails",
"nodejs",
"email",
"email-service",
"email-sending-service",
"email-sending-nodejs-service",
"email-sending-nodejs-service-api",
"email-sending-nodejs-service-api-documentation",
"send-emails-with-nodejs",
"send-custom-emails-with-nodejs",
"mailgun",
"Gmail",
"mutliple emails"
],
"author": "bolathedev",
"license": "MIT",
"bugs": {
"url": "https://github.com/bolathedev/nodejs_email_service/issues"
},
"homepage": "https://github.com/bolathedev/nodejs_email_service#readme",
"dependencies": {
"nodemailer": "^6.7.5",
"nodemailer-express-handlebars": "^5.0.0"
},
"devDependencies": {
"jest": "^28.1.0"
}
}