nickw
on Aug 13. 2008. 12:01 am
We are wanting to disable all automatic email notifications (new_comment, task_assigned, task_complete, task_reopened).
I have done some digging, but have not found a good solution. Any ideas.
Many thanks,
Nick.
Staff
Ilija Studen
on Aug 13. 2008. 6:09 am
All emails are sent through ApplicationMailer::send() method. File is located in /activecollab/application/modules/system. You can hack send() method so it just returns true or false on specific templates instead of sending actual emails.
activeCollab team member |
LinkedIn