ashik-gmail-sender
Version:
A simple and easy-to-use Node.js package to send emails through Gmail using Nodemailer. Send emails securely with Gmail's SMTP server, including text and HTML emails.
28 lines (27 loc) • 654 B
JSON
{
"name": "ashik-gmail-sender",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"email",
"email-sender",
"nodemailer",
"gmail",
"smtp",
"email-service",
"send-email",
"email-sending",
"node-email",
"node-mailer",
"email-api"
],
"author": "Ashik Sam A",
"license": "MIT",
"description": "A simple and easy-to-use Node.js package to send emails through Gmail using Nodemailer. Send emails securely with Gmail's SMTP server, including text and HTML emails.",
"dependencies": {
"nodemailer": "^6.10.0"
}
}