You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a flow which can send emails, disconnect all network connections and re-start node-red.
Wait till the startup has completed and then connect the network.
Attempt to send an email. The send fails with the error
"Error: Can not use IPv4 addresses with current network"
Restarting node-red with the network connected allows emails to be sent successfully.
The problem has been reported a number of times on the forum this post for example. I suspect that it occurs regularly on systems connected by wifi, in which case node red may start up before the network connects.
Expected Behavior
No error sending email after the network is re-connected.