Results 1 to 4 of 4

Thread: Don't send application to author, but separate e-mail address

  1. #1
    Thread Starter
    Expired Customer enninho's Avatar
    Join Date
    May 2013
    Location
    Germany
    Posts
    14
    Thanks
    10
    Thanked 0 Times in 0 Posts

    Don't send application to author, but separate e-mail address

    Hi there,

    I am facing one challenge as I want to update to version 1.8.5:
    If I post a job on behalf of someone else (sometimes I get requests via e-mail) I want the applications not sent to me, but the actual company.
    In the previous version of Jobroller I had I did the following modification in includes/forms/application/application-process.php

    Code:
    $kontakt = get_post_meta($post->ID, 'kontakt', true);
    
    if  ($kontakt != '') {
    			
    wp_mail( $kontakt , __('Application for job "', APP_TD).$post->post_title.'"', $message, $headers, $attachments ); }
    			
    else {
    
    wp_mail( get_the_author_meta('user_email'), __('Application for job "', APP_TD).$post->post_title.'"', $message, $headers, $attachments ); 
    
    }
    In Jobroller 1.8.5 this file is no longer there. I assume I have to do the tweak in includes/emails.php but I cannot figure out where exactly.

    Can anyone please help here? Any support is much appreciated.

    Thanks,
    Enno

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,704
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. The Following User Says Thank You to jomarkosabel For This Useful Post:

    enninho (August 9th, 2016)

  4. #3
    Thread Starter
    Expired Customer enninho's Avatar
    Join Date
    May 2013
    Location
    Germany
    Posts
    14
    Thanks
    10
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #4
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,704
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  6. The Following User Says Thank You to jomarkosabel For This Useful Post:

    enninho (August 9th, 2016)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ad expired mail doesn't get send
    By laurenz1611 in forum ClassiPress Custom Emails
    Replies: 1
    Last Post: March 25th, 2016, 08:05 AM
  2. automatics mail don t send
    By taxigestion in forum Help Using ClassiPress
    Replies: 1
    Last Post: September 28th, 2015, 06:19 AM
  3. [SOLVED] Confirmation mail not send upon sign up
    By badoes in forum Help Using HireBee
    Replies: 0
    Last Post: September 25th, 2015, 09:29 AM
  4. Second e-mail application address in JobRoller
    By mario92 in forum JobRoller General Discussion
    Replies: 1
    Last Post: October 20th, 2011, 09:44 AM
  5. How to change mail which is send after comment was placed ?
    By djcfranse in forum Report Clipper Bugs
    Replies: 2
    Last Post: September 30th, 2011, 06:52 AM