• Hello!

    I’ve been testing your plugin for a few days. However, the email I receive when there is a new application, comes from the applicant’s email. Could it be possible to change this email to, let’s say “info@mycompany.com” ?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gary Pendergast

    (@pento)

    No, this is not possible without editing the files. If you really want to, then open frontend-application.php, got to line 951, and change this line:

    $header = "From: $from" . PHP_EOL;

    to this:

    $header = "From: info@mycompany.com" . PHP_EOL;

    Please be aware that you will need to make this change whenever you upgrade Job Manager. I currently have no plans on making an option for this.

    Thread Starter Sebastien Tremblay

    (@stremblay)

    Thanks Gary. I really appreciate it !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Job Manager] Email "from" field’ is closed to new replies.