smart-mailer
Version:
Simple Node.js email sender for Gmail, Outlook, or custom SMTP.
42 lines (41 loc) • 930 B
JSON
{
"name": "smart-mailer",
"version": "1.1.2",
"description": "Simple Node.js email sender for Gmail, Outlook, or custom SMTP.",
"keywords": [
"email",
"mailer",
"nodemailer",
"smtp",
"gmail",
"outlook",
"office365",
"email-sender",
"reset-password",
"otp",
"one-time-password",
"email-verification",
"nodejs-email",
"transactional-email"
],
"homepage": "https://github.com/utkarsh-rgb/smart-mailer#readme",
"bugs": {
"url": "https://github.com/utkarsh-rgb/smart-mailer/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/utkarsh-rgb/smart-mailer.git"
},
"license": "MIT",
"author": "Utkarsh Gupta",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"dns2": "^2.1.0",
"dotenv": "^17.2.1",
"nodemailer": "^7.0.5"
}
}