61-email: fix useTLS and its span in HTML. Removes unused code in 61-email.js. Adds description on how to test the entity

This commit is contained in:
Marc Vila 2024-07-04 17:18:07 +02:00
parent 25ba1184e1
commit 410d45e4db

View File

@ -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",