Hi I am passing an email which is a time function like below
email = ${__time(MMddyy)}_${__time(HMS)}@yopmail.com
The value of this functi
You can use Regular Expression extractor to extract the e-mail address from the request URL.
Add Regular Expression Extractor as a child of sampler which sends the post request. In the Regular Expression Extractor select URL in Response Filed to check instead of Body.
You should be able to extract e-mail id from the request in this way.