UNPKG

tarsius-messaging-email-smtp

Version:
83 lines (82 loc) 1.87 kB
{ "name": "tarsius-messaging-email-smtp", "version": "0.0.1", "description": "tarsius plugin for send email via smtp 3rd party services", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "muhammad hasan <hasan@lussa.net>", "license": "MIT", "dependencies": { "nodemailer": "^1.10.0", "nodemailer-html-to-text": "^1.0.2", "nodemailer-wellknown": "^0.1.7" }, "tarsius": { "type": "messaging.email", "name": "SMTP mail gateway", "configs": [ { "name": "service", "title": "layanan / service", "type": "options", "options": [ "1und1", "AOL", "DebugMail.io", "DynectEmail", "FastMail", "GandiMail", "Gmail", "Godaddy", "GodaddyAsia", "GodaddyEurope", "hot.ee", "Hotmail", "iCloud", "mail.ee", "Mail.ru", "Mailgun", "Mailjet", "Mandrill", "Naver", "Postmark", "QQ", "QQex", "SendCloud", "SendGrid", "SES", "Sparkpost", "Yahoo", "Yandex", "Zoho" ] }, { "name": "user", "title": "username (email)", "type": "string" }, { "name": "pass", "title": "password", "type": "password" } ] }, "repository": { "type": "git", "url": "git+https://github.com/lussatech/tarsius-messaging-email-smtp.git" }, "keywords": [ "tarsius", "smtp", "nodejs", "email" ], "bugs": { "url": "https://github.com/lussatech/tarsius-messaging-email-smtp/issues" }, "homepage": "https://github.com/lussatech/tarsius-messaging-email-smtp#readme" }