UNPKG

parse-smtp-template

Version:

Parse Server Module to send emails via SMTP with a customizable template option and Multi Language

51 lines (50 loc) 1.15 kB
{ "name": "parse-smtp-template", "version": "2.2.2", "description": "Parse Server Module to send emails via SMTP with a customizable template option and Multi Language", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/macarthuror/parse-smtp-template.git" }, "keywords": [ "Parse", "Server", "SMTP", "email", "Template", "easy", "custome" ], "author": "Arturo Ortega Robles", "contributors": [ { "name": "Vincent Semrau", "url": "https://github.com/vince1995" }, { "name": "Riccardo Chiarini", "url": "https://github.com/riccardoch" }, { "name": "Deniz Genctürk", "url": "https://github.com/isokosan" }, { "name": "oproulx", "url": "https://github.com/oproulx" } ], "license": "MIT", "bugs": { "url": "https://github.com/macarthuror/parse-smtp-template/issues" }, "homepage": "https://github.com/macarthuror/parse-smtp-template#readme", "dependencies": { "nodemailer": "6.7.5" }, "devDependencies": {} }