mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add MTA node to email
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
{
|
||||
"name": "node-red-node-email",
|
||||
"version": "1.7.11",
|
||||
"description": "Node-RED nodes to send and receive simple emails",
|
||||
"version": "1.8.0",
|
||||
"description": "Node-RED nodes to send and receive simple emails.",
|
||||
"dependencies": {
|
||||
"imap": "^0.8.19",
|
||||
"mailparser": "^2.8.1",
|
||||
"nodemailer": "^6.4.11",
|
||||
"poplib": "^0.1.7"
|
||||
"poplib": "^0.1.7",
|
||||
"mailparser": "^3.0.0",
|
||||
"nodemailer": "~6.4.10",
|
||||
"smtp-server": "^3.7.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -18,7 +19,8 @@
|
||||
"email",
|
||||
"gmail",
|
||||
"imap",
|
||||
"pop"
|
||||
"pop",
|
||||
"mta"
|
||||
],
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
|
||||
Reference in New Issue
Block a user