Results 1 to 4 of 4

Thread: Setting up Bcc on ad lister contact

  1. #1
    Thread Starter
    ironfever's Avatar
    Join Date
    Jul 2014
    Location
    France
    Posts
    11
    Thanks
    0
    Thanked 1 Time in 1 Post

    Setting up Bcc on ad lister contact

    Hello, I've been following previous threads but there doesn't seem to be a solution for classipress 3.4.1

    I would like to receive a copy of all contacts posted through the ad lister contact form (including email), so far, based on previous editions of classipress, i've tried the following, which doesnt work (alterations shown in bold text). If anyone can help it would be greatly appreciated. thanks in advanced

    --

    function cp_contact_ad_owner_email( $post_id ) {
    $errors = new WP_Error();
    $Bcc = get_option('admin_email');
    $headers = "BCC: $Bcc \r\n";



    and


    APP_Mail_From::apply_once( array( 'email' => $email['from'], 'name' => $email['from_name'], 'reply' => true ) );
    appthemes_send_email( $email['to'], $email['subject'], $email['message'] , $headers );

    return $errors;

    the following error is returned

    Parse error: syntax error, unexpected '$headers' (T_VARIABLE) in /homepages/11/d447475637/htdocs/Rentals/wordpress/wp-content/themes/classipress/includes/emails.php on line 262

    Many thanks for your help

  2. #2
    Thread Starter
    ironfever's Avatar
    Join Date
    Jul 2014
    Location
    France
    Posts
    11
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    ironfever's Avatar
    Join Date
    Jul 2014
    Location
    France
    Posts
    11
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    seoagent's Avatar
    Join Date
    Jul 2012
    Location
    Edmonton, AB, Canada
    Posts
    660
    Thanks
    136
    Thanked 86 Times in 74 Posts

    For everyone, here is why it's resolved.

    You must be an AppThemes customer and logged in to view this response. Join today!
    When in doubt: Read, Ask, Do. G+

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: July 4th, 2015, 05:13 AM
  2. Job Lister website to appear in new tab
    By gr8job in forum Report JobRoller Bugs
    Replies: 1
    Last Post: December 12th, 2012, 10:04 AM
  3. Replies: 11
    Last Post: December 23rd, 2011, 08:13 AM
  4. Job Seeker AND Job Lister?
    By krutten in forum Report JobRoller Bugs
    Replies: 1
    Last Post: July 12th, 2011, 06:05 PM