Using jmeter 3.3 I am sending a request to my an site according to the approval of KO I am sending an email.
For this, I added an IF controller with this condition:
!${JMeterThread.last_sample_ok}
inside my if I start an email using SMTP Sampler.
Please, how can I send the sampler HTTP request name in the email header?
thank
source
share