Skip to content

Career portal applicants receive 'candidate ownership change' email in error #343

Description

@RussH

reported in the forums; http://forums.opencats.org/viewtopic.php?f=4&t=977
Issue: Even when no emails are checked to send, the applicant still gets an email message:

From: email@ofadmin.com
Subject:CATS Notification: Candidate Ownership Change
Body: email@ofapplicant.com
Powered by CATS (Free ATS)

Workaround: commented out the following in lib/Candidates.php

if (!empty($emailAddress))
        {
            /* Send e-mail notification. */
            //FIXME: Make subject configurable.
            // $mailer = new Mailer($this->_siteID);
            // $mailerStatus = $mailer->sendToOne(
            //    array($emailAddress, ''),
            //    'CATS Notification: Candidate Ownership Change',
            //    $email,
            //    true
            //);
        }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions