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
//);
}
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