Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #456388

    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.

    #456414

    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.

    #456546

    Hi!

    Great, glad you got it fixed :)

    Cheers!
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.