I need to find a way to expand Case Tracker email notification to include notification on status updates, ideally very soon (isn't that what they all say...). Having combed this site for info I'm aware that email notification happens only in the case of new comments by design. I have also looked into the alternatives and apart form this lack, CT seems to be doing the job. I know some php and have spent the day looking through the CT modules but have been lagging behind as OO php becomes more ubiquitous, and thus, at least for now, find I pretty much suck in the context of Drupal php coding. I would greatly appreciate any pointers re: attempting to add this functionality-like could I just remove the check for whether the event triggering the email is a comment? Is it possible to do this as a theme function override? Should I just forget it? ...or any other input would be greatly appreciated.
Thanks much...
Comments
Comment #1
jjrosent commentedHrm. I was under the impression casetracker DOES send email (to anyone other than the acting party) on comment insert/update and node insert/update...I have tested under the current version tagged DRUPAL-5 in cvs. There is a bug still in the current release, 5.x-1.3-beta1, which wont send emails because of a typo and I think this is your problem. See:
http://drupal.org/node/198328
or grab the latest DRUPAL-5 tagged cvs
Comment #2
jmiccolis commentedSetting to fixed, as is mentioned above this is fixed in dev.