Results 1 to 4 of 4

Thread: Adding Additional Email Address For Sending Out Ad Inquiry?

  1. #1
    Thread Starter
    Senior Member edwin's Avatar
    Join Date
    Nov 2010
    Location
    Netherlands
    Posts
    117
    Thanks
    3
    Thanked 22 Times in 17 Posts

    Adding Additional Email Address For Sending Out Ad Inquiry?

    How to alter this code to add an additional email address for information being submitted via the listing contact form?

    Code:
    // if it's a match then send the email
        if ($rand_total == $rand_post_total) {
            cp_contact_ad_owner_email($post->ID);
            $msg = '<p class="green center"><strong>' . __('Your message has been sent!', 'appthemes') . '</strong></p>';
        } else {
            $msg = '<p class="red center"><strong>' . __('ERROR: Incorrect captcha answer', 'appthemes') . '</strong></p>';
        }
    
    }
    I want to have another email address not used in the ClassiPress installation by admin, etc used, added to this:
    Code:
    cp_contact_ad_owner_email($post->ID);

    How can i do this?

    Thanks!

  2. #2
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

  3. #3
    Thread Starter
    Senior Member edwin's Avatar
    Join Date
    Nov 2010
    Location
    Netherlands
    Posts
    117
    Thanks
    3
    Thanked 22 Times in 17 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Privacy and IP Address in Email
    By lucabrasi in forum ClassiPress General Discussion
    Replies: 1
    Last Post: February 26th, 2011, 02:40 AM
  2. Adding Additional Categories After Adverts Have Been Posted
    By samanders in forum Help Using ClassiPress
    Replies: 2
    Last Post: January 27th, 2011, 03:47 AM
  3. Adding Email Address of the job from backend
    By derci in forum Report JobRoller Bugs
    Replies: 5
    Last Post: January 20th, 2011, 04:08 AM
  4. Verify User Email Address??
    By amlazzara in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: January 15th, 2011, 03:51 AM
  5. Sending notification email if their ad is expiring soon
    By Webharmony in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: December 5th, 2010, 10:24 PM