Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #492407

    Hi,

    My mail form won’t send.

    I have been through your check-list and all works fine except the mail form.

    #492417
    #492424

    Hi Yigit,

    I’ve been through your checklist and everything checks out. But the form still won’t send.

    Thanks

    #492723

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #494790

    Hi,

    Did you get my message with the temporary login details? I still can’t get the form to work.

    I have a question from my hosting provider. Does the script use PHP mail() or SMTP to send?

    Thanks

    Phil

    #494838

    Hey!

    No, we have not received your message with temporary logins. Please post them here privately.
    It uses PHP mail function :)

    Best regards,
    Yigit

    #494840

    Hi,
    Sending again

    #495334

    Hey!

    Do you get the WordPress mail message if you attempt to recover your password at the login screen?

    Best regards,
    Josue

    #496438

    Hi,

    Yes. The password recovery works fine.

    Thanks

    Phil

    #496450

    I had a response from my web host on this subject as well

    #496756

    Hey!

    Try adding this at the very end of your theme / child theme functions.php file:

    function change_cf_from() {
        return " (Email address hidden if logged out) ";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);

    Change (Email address hidden if logged out) by the address they’re suggesting.

    Cheers!
    Josue

    #496943

    Hi Josue,
    Thanks for your help and input.

    It turns out there was an issue with the way mail was configured on my web server. The web host has identified the issue and corrected it.

    Thanks again.

    Regards

    #497287

    Hey!

    Great! Glad it is fixed.
    Let us know if you have any other questions or issues.
    P.S.: Nice username ;D

    Regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Mailform not sending’ is closed to new replies.