Open sin66x opened 5 years ago
Each time I test the port with telnet x.x.x.x 25 and quit, my server got java.util.NoSuchElementException and the SimpleSmtpServer object fails to receive new emails. wiht this try/catch this problem gone and now it's working in my case!
telnet x.x.x.x 25
java.util.NoSuchElementException
SimpleSmtpServer
Each time I test the port with
telnet x.x.x.x 25
and quit, my server gotjava.util.NoSuchElementException
and theSimpleSmtpServer
object fails to receive new emails. wiht this try/catch this problem gone and now it's working in my case!