- 21 Nov 2019, 00:58
#4590
I have successfully installed this patch ( https://github.com/opencats/OpenCATS/pull/246/files ) and it works well (similar to a feature in CandidATS). However, the sent emails are not logged. Can logging be added in a subsequent update?
Emails are in fact logged in the email_history table, however, this history is not readily visible. This is also the case for emails sent from the Candidates grid screen, an issue which Activity recording for emails - contribution from the forum #380 should address however this patch appears to have an issue (ref viewtopic.php?f=4&t=728 ).
As a workaround, I have added a BCC in mailer.php which emails [email protected], until some time that email_history data is visible in the candidate's profile.
Emails are in fact logged in the email_history table, however, this history is not readily visible. This is also the case for emails sent from the Candidates grid screen, an issue which Activity recording for emails - contribution from the forum #380 should address however this patch appears to have an issue (ref viewtopic.php?f=4&t=728 ).
As a workaround, I have added a BCC in mailer.php which emails [email protected], until some time that email_history data is visible in the candidate's profile.