I was using captcha v2 but was receiving a lot of spam, then changed my form to use captcha V3, but the “from email” (the email sender) is no being posted in the email header.
With captcha v3 I receive the email like this: From: myemail and subject (i don´t want my email here, I need the email sender) into the plain text the email has the value of the sender email and it is fine
with captcha v2 I was receiving From: sender email and subject
I already have the following into process.php
$config[‘replyTo’] = ‘%email%’;
Just changed captcha from V2 to v3 and email from sender is not in the email header