UNPKG

send-email-utility-function

Version:

A simple utility for sending emails using Node.js and Nodemailer.

31 lines (30 loc) 761 B
{ "name": "send-email-utility-function", "version": "1.0.1", "main": "sendEmail.js", "scripts": { "test": "echo \"No test specified\" && exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/ashish397868/send-email-utility-function.git" }, "keywords": [ "email", "nodemailer", "utility", "nodejs" ], "author": "Ashish Kumar", "license": "MIT", "bugs": { "url": "https://github.com/ashish397868/send-email-utility-function/issues" }, "homepage": "https://github.com/ashish397868/send-email-utility-function#readme", "description": "A simple utility for sending emails using Node.js and Nodemailer." , "dependencies": { "nodemailer": "^6.9.0", "dotenv": "^10.0.0" } }