I am new to JMeter and trying to send HTTP request and an email using JMeter and SMTP.
I am getting JMeter error as Non HTTP response code:
java.net.SocketException/Non HTTP response message: Connection reset
and SMTP error as 500/
Could not connect to SMTP host: smtp.1and1.com, port: 587
I have done the following settings:
user.properties:
httpclient4.retrycount=1
hc.parameters.file=hc.parameters
hc.parameters :
http.connection.stalecheck$Boolean=true
These changes still didn't solve my problem. Can you please help that where should I have to change the setting to fix this.