Hello.
The enfold form is only letting emails @gmail to pass trhough. If I put a @hotmail.com, or the domain name email, it says that it succesfully sends it but never arrives. I put a gmail email and works fine. Why? Can you guys help me. Thx.
And I have contact form 7 and the email was working fine.
Best Regards.
Well after much trying seems like it was a spam problem. So I went and did the workaround posted by Josue in another thread
`function change_cf_from() {
return ” (Email address hidden if logged out) “;
}
add_filter(‘avf_form_from’, ‘change_cf_from’, 10);`
Best Regards.