Hi Guys!
I know that there are several threats about this issue and i had a look at all of them.
However none of the solutions was working for me.
I tried following steps
– At the WP-Login site I clicked on forgot password. (I revived a mail from (Email address hidden if logged out) )
– Installed WP contact form 7 (worked to send emails)
– Installed Drag&Drop Contact form builder (worked to send emails)
– Installed WP mail logger (no logs created when sended with default form)
– Added the following code to the function.php file
function change_cf_from() {
return ” (Email address hidden if logged out) “;
}
add_filter(‘avf_form_from’, ‘change_cf_from’, 10);
However, the contact form is not working yet. could you please have a look at it.
Hey logerber,
Thank you for contacting us.
I checked your site please install a child theme before adding customizations.
For testing purpose please perform all the steps mentioned in the docs.
Let us know your test results.
Best regards,
Vinay