Hello, when using the Send Email Node in a loop + a Wait… Node I get the following error from the Send Email Node from time to time - sometimes it is working, looping 2-4 times, but then the error pops up before finishing the loop:
Execute failed: The mail could not be sent due to the error “javax.mail.MessagingException: Exception reading response; nested exception is: java.net.SocketException: Connection reset”.
I already tried different settings for the Wait Node (5 -35 sec.) and different Connection Timeout & Read Timeout values, without success.
Welcome to KNIME Forum. Is there a reason having the Wait-node inside the loop? Because in my experience there is no need to have Wait node, to sent out a batch of emails. I think it has something to do with the configuration of your email settings in the Send Email node.