Results 1 to 2 of 2

Thread: Get Company name in the email when job submitted or job applied for.

  1. #1
    Thread Starter
    malave's Avatar
    Join Date
    Mar 2013
    Location
    United States
    Posts
    54
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Get Company name in the email when job submitted or job applied for.

    Hi, what variable give me the comapny name? I would like tohave it added to the email when someone submits a job for approval.

    $message = __('Dear Admin,', APP_TD) . PHP_EOL . PHP_EOL;
    $message .= sprintf(__('The following job listing has just been submitted on your %s website.', APP_TD), $blogname) . PHP_EOL . PHP_EOL;
    $message .= __('Job Details', APP_TD) . PHP_EOL;
    $message .= __('-----------------') . PHP_EOL;
    $message .= __('Title: ', APP_TD) . $job_title . PHP_EOL;
    $message .= __('Author: ', APP_TD) . $job_author . PHP_EOL;

    *************************$message .= I WANT TO PUT A COMPANY NAME HERE PHP_EOL;********************
    I WANT TO PUT A COMPANY NAME HERE in the line above!

    $message .= __('-----------------') . PHP_EOL . PHP_EOL;
    $message .= __('Preview Job: ', APP_TD) . $job_slug . PHP_EOL;
    $message .= sprintf(__('Edit Job: %s', APP_TD), $adminurl) . PHP_EOL . PHP_EOL . PHP_EOL;
    $message .= __('Regards,', APP_TD) . PHP_EOL . PHP_EOL;
    $message .= __('JobRoller', APP_TD) . PHP_EOL . PHP_EOL;


    It send lot of information, but I want to add more to it. Can anyone help me with this? I have tried using this:

    $message .= __('Organization: ', APP_TD) . $your_name . PHP_EOL;

    and this

    $message .= __('Organization: ', APP_TD) . $_Company . PHP_EOL;


    But no joy. any help would be great! Thanks guys!!!!
    Em-

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,696
    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Jomark Plugin for number of persons applied?
    By neandersson in forum Help Using JobRoller
    Replies: 1
    Last Post: April 16th, 2013, 10:39 AM
  2. Clipper - No Notification Email for New Coupon Submitted.
    By shmall in forum Report Clipper Bugs
    Replies: 2
    Last Post: June 2nd, 2012, 12:03 AM
  3. List jobseekers that applied for a certain job
    By fabiocoppola in forum JobRoller General Discussion
    Replies: 3
    Last Post: May 16th, 2012, 09:53 PM