Hi, it looks to me as if there is a bug in the getAlertEmail() function in class.dept.php.
around line 147 it has $cfg->getDefaultEmail(), which surely should be $cfg->getAlertEmail() ??
Otherwise its just functionallly equivilent to getEmail() and never sends to the default alert email.
around line 147 it has $cfg->getDefaultEmail(), which surely should be $cfg->getAlertEmail() ??
Otherwise its just functionallly equivilent to getEmail() and never sends to the default alert email.