• Resolved jacklinn

    (@jacklinn)


    Hello,

    I customized contact form 7 code to accept only company id’s. I blocked all the free emails. After contact form customization, I changed the code in the email before download.php file instead of your-email I changed into company-email. It was working in the older version. After updating the new version. Mail is not going to the user id.

    I think file hierarchy changed in the new version. Here not able to find that code. Where can I get these below code in this new version?

    //email_before_download_subject
    @wp_mail( $cf7->posted_data[‘company-email’], $email_subject , stripslashes($message), $emailFrom . “Content-Type: text/html\n”, $attachments);

    Thanks.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Mail is not sending to the user’ is closed to new replies.