I am experiencing the same problem. I managed to get a test flow working a few weeks ago. Now, the flow gives the error: "Error: Can not use IPv4 addresses with current network"
Have tried restarting Node-Red; rebooting; upgrading to V3.0.2, completely powering down, removing the network cable to the RPi, etc. None of which appear to work.
Any suggestions much appreciated.
[
{
"id": "1079cc72cc79317d",
"type": "tab",
"label": "Outbound email",
"disabled": false,
"info": "",
"env": []
},
{
"id": "3d7cb306522e7148",
"type": "e-mail",
"z": "1079cc72cc79317d",
"server": "smtp.ionos.co.uk",
"port": "465",
"secure": true,
"tls": true,
"name": "",
"dname": "Node-red test email",
"credentials": {},
"x": 940,
"y": 240,
"wires": []
},
{
"id": "a5f2999e0a316f94",
"type": "function",
"z": "1079cc72cc79317d",
"name": "",
"func": "\nmsg.payload = \"Test\";\nmsg.topic = \"This is a test email\";\nmsg.to = \"abc@dfe.com\";\n\n\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 580,
"y": 240,
"wires": [
[
"3d7cb306522e7148"
]
]
},
{
"id": "64b7bf73da0f4b00",
"type": "inject",
"z": "1079cc72cc79317d",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 260,
"y": 240,
"wires": [
[
"a5f2999e0a316f94"
]
]
},
{
"id": "fc361521d5c06297",
"type": "comment",
"z": "1079cc72cc79317d",
"name": "Outbound email test",
"info": "",
"x": 250,
"y": 180,
"wires": []
}
]