From 410d45e4db3e776407497feb6caa25b2410b3478 Mon Sep 17 00:00:00 2001 From: Marc Vila Date: Thu, 4 Jul 2024 17:18:07 +0200 Subject: [PATCH] 61-email: fix useTLS and its span in HTML. Removes unused code in 61-email.js. Adds description on how to test the entity --- social/email/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social/email/README.md b/social/email/README.md index 744abb01..3ca80315 100644 --- a/social/email/README.md +++ b/social/email/README.md @@ -93,7 +93,7 @@ Testing You can pass the credentials object to the `node-red-node-test-helper` by doing the following: ```js -const emailNode = require("../nodes/node-red-nodes_email/email.js"); +const emailNode = require("./61-email"); const testFlows = [{ id: "n1", type: "e-mail", name: "Email",