Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #164791

    Hello,

    I have done a search but couldn’t find anything. Is there a way to add a bcc to the default contact form. The bcc will always be the same so if doesn’t have to be in the frontend, maybe as an additional header?

    Thanks

    Andrew

    #164908

    Hello Andrew,

    I haven’t tested this because my install is local but this may work:
    Open to this file /enfold/framework/php/class-form-generator.php and go to the line 634:

    Add this line:
    $header .= 'Bcc: (Email address hidden if logged out) '. "\r\n";

    The final code should look like this:

    Best regards,
    Josue

    #165074

    Thanks Josue,

    I will give it a try.

    Andrew

    #165436

    Hey Andrew!

    Hope it works :)

    Best regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘BCC in email’ is closed to new replies.