elastic-email-transport-nodemailer
Version:
A Nodemailer transport for Elastic Email API
33 lines • 722 B
JSON
{
"name": "elastic-email-transport-nodemailer",
"version": "1.0.1",
"description": "A Nodemailer transport for Elastic Email API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodemailer",
"elastic-email",
"email-transport",
"email-api",
"nodemailer-plugin",
"elasticemail",
"email-sender",
"smtp-alternative",
"email-service",
"nodemailer-transport",
"email-integration",
"api-transport",
"node-email",
"email-delivery",
"email-package",
"axios"
],
"author": "Rafayel Tobelyan",
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"nodemailer": "^6.9.16"
}
}