• Hello there!

    1st of all I would like to thank the developer of Contact Form 7 for its simplicity. I’ve installed it in my server, but If someone tries to send me through the form That I’ve created they will get this error “Failed to send your message. Please try later or contact administrator by other way.”.

    I have reinstalled the plugin and all, its active and all, but I cant fix the problem.

    Any suggestions? thanks for any help!

    https://www.ads-software.com/extend/plugins/contact-form-7/

Viewing 3 replies - 16 through 18 (of 18 total)
  • Hello,
    I want to know where exactly have I got to modify the code as per kinow’s example?
    Also, under Tools >> Contact Form 7, what have I got to do in the “Mail” section? As I am new to WordPress, I have very little idea of what to do edit or what not to edit in plugins.

    The slight correction to the code that kinow posted works for yahoo hosting note the difference between the comment and the actually code.
    The comment is the original code for those not sure what the comment is that would be the part in bold with “//”
    }
    //return @wp_mail($mail_recipient, $mail_subject, $mail_body, $mail_headers, $for_this_mail);
    return @wp_mail($mail_recipient, $mail_subject, $mail_body);
    } else {
    //return @wp_mail($mail_recipient, $mail_subject, $mail_body, $mail_headers);
    return @wp_mail($mail_recipient, $mail_subject, $mail_body);
    }
    :::::::::::

    I’m running into the same error. I cannot seem to get any of my forms to work. Upon clicking send, I receive “Failed to send your message. Please try later or contact administrator by other way.” in a red bound box.
    What file are you editing with the above code. I looked in wp-contact-form-7.php to give it a try but couldn’t find the code you were referencing.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Contact Form 7 error’ is closed to new replies.