Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: Contact Form 7 error

    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);
    }
    :::::::::::

Viewing 1 replies (of 1 total)