Using jmeter 3.3 I am sending some request to my website an on assertion KO I am sending an email.
For this I added an IF controller with this condition:
!${JMeterThread.last_sample_ok}
inside my if I triggers an email using SMTP Sampler.
Please How can I send the name of the sampler HTTP Request inside the email title?
Thank you
